Skip to content

Commit 44e066a

Browse files
Merge pull request #3 from LucasFaiska/master
Correção para o JitPack
2 parents 5ce4d00 + 7377d42 commit 44e066a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

library/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ android {
1414
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1515
}
1616
}
17+
buildToolsVersion '25.0.0'
1718
}
1819

1920
dependencies {

sample/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ android {
1515
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1616
}
1717
}
18+
buildToolsVersion '25.0.0'
1819
}
1920

2021
dependencies {

0 commit comments

Comments
 (0)