Get started with building inlines for Marshmallow ROMs
diff --git a/app/build.gradle b/app/build.gradle
index 6cc5698..267fa06 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,8 +1,8 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 24
- buildToolsVersion "24.0.0"
+ compileSdkVersion 23
+ buildToolsVersion "23.0.3"
lintOptions {
checkReleaseBuilds false
@@ -19,7 +19,7 @@
defaultConfig {
applicationId "masquerade.substratum"
minSdkVersion 23
- targetSdkVersion 24
+ targetSdkVersion 23
versionCode 10
versionName "ten"
}