Skip to content

Commit

Permalink
Merge pull request #4 from DonMat/fix_build
Browse files Browse the repository at this point in the history
fix JitPack build error
  • Loading branch information
phamquyhai authored Mar 18, 2019
2 parents 3c1acc9 + 6d061a5 commit 5708569
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7"
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -16,7 +17,9 @@ buildscript {

allprojects {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
}
}

Expand Down
3 changes: 1 addition & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def siteUrl = 'https://github.com/KaKaVip/secure-preferences'
def gitUrl = 'https://github.com/KaKaVip/secure-preferences.git'

group = 'com.github.kakavip'
version = "1.1.0"
version = "1.1.1"
project.archivesBaseName = "secure-preferences"


Expand Down Expand Up @@ -98,4 +98,3 @@ bintray {
publicDownloadNumbers = true
}
}

0 comments on commit 5708569

Please sign in to comment.