Updated Gradle to 4.5

This commit is contained in:
Anuken
2018-02-01 19:31:13 -05:00
parent 83ce2329f4
commit beded95ffa
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ repositories {
}
dependencies {
compile 'com.android.support:support-v4:22.1.1'
compile 'org.sufficientlysecure:donations:2.5'
implementation 'com.android.support:support-v4:22.1.1'
implementation 'org.sufficientlysecure:donations:2.5'
}
android {