Skip to content

Commit 56b85c6

Browse files
authored
Updated build.gradle
1 parent 1a1fa50 commit 56b85c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven'
33

44
group='com.github.KizitoNwose'
55
android {
6-
compileSdkVersion 24
6+
compileSdkVersion 23
77
buildToolsVersion '24.0.1'
88
defaultConfig {
99
minSdkVersion 8
@@ -18,4 +18,4 @@ android {
1818
// Used to push in maven
1919
apply from: '../maven-push.gradle'
2020
dependencies {
21-
}
21+
}

0 commit comments

Comments
 (0)