Skip to content

Commit

Permalink
Merge pull request #3 from LucasFaiska/master
Browse files Browse the repository at this point in the history
Correção para o JitPack
  • Loading branch information
cleberhenriques authored Jan 26, 2018
2 parents 5ce4d00 + 7377d42 commit 44e066a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
buildToolsVersion '25.0.0'
}

dependencies {
Expand Down
1 change: 1 addition & 0 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
buildToolsVersion '25.0.0'
}

dependencies {
Expand Down

0 comments on commit 44e066a

Please sign in to comment.