We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1fa50 commit 56b85c6Copy full SHA for 56b85c6
library/build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven'
3
4
group='com.github.KizitoNwose'
5
android {
6
- compileSdkVersion 24
+ compileSdkVersion 23
7
buildToolsVersion '24.0.1'
8
defaultConfig {
9
minSdkVersion 8
@@ -18,4 +18,4 @@ android {
18
// Used to push in maven
19
apply from: '../maven-push.gradle'
20
dependencies {
21
-}
+}
0 commit comments