Skip to content

Commit

Permalink
updated vcs url for bintray to parse it properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry-Borodin committed Jul 13, 2019
1 parent 6584f62 commit 12ae67c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
repositories {
google()
jcenter()
mavenCentral()
// mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.2'
Expand Down
5 changes: 2 additions & 3 deletions jcenter/info.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ ext {

bintrayName = 'pdfview-android'
libraryName = 'pdfview-android'
publishedGroupId = 'com.pdfview'
artifact = 'pdfview-android'
bintrayRepo = 'pdfview'

publishedGroupId = 'com.pdfview'

libraryDescription = 'Small library to show PDF files in your native android application'

siteUrl = 'https://github.com/Dmitry-Borodin/pdfview'
gitUrl = 'https://github.com/Dmitry-Borodin/pdfview.git'
gitUrl = 'https://github.com/Dmitry-Borodin/pdfview'

developerId = 'Dmitry-Borodin'
developerName = 'Dmitry Borodin'
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {
}

dependencies {
// implementation "com.pdfview:pdfview-android:0.0.1"
// implementation 'com.pdfview:pdfview-android:0.0.2'
implementation project(':pdfview-android')
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$versions.kotlin"
implementation 'com.android.support:appcompat-v7:28.0.0'
Expand Down

0 comments on commit 12ae67c

Please sign in to comment.