commit | 456cf7d7ffc3977eaf1730d4e50131975013e978 | [log] [tgz] |
---|---|---|
author | Nicholas Chum <nicholaschum@gmail.com> | Fri Jul 15 09:05:18 2016 -0400 |
committer | Nicholas Chum <nicholaschum@gmail.com> | Fri Jul 15 09:05:18 2016 -0400 |
tree | fd2b88b99e17e9f8e817ec5c72ab4315310b7fc4 | |
parent | 73810d26f077cffb4c75196fbf652d2a495df272 [diff] [blame] |
Change rootCommands to fit Android API level 24
diff --git a/app/build.gradle b/app/build.gradle index 8462e2d..ba0b5bd 100644 --- a/app/build.gradle +++ b/app/build.gradle
@@ -18,7 +18,7 @@ defaultConfig { applicationId "masquerade.substratum" - minSdkVersion 23 + minSdkVersion 21 targetSdkVersion 23 versionCode 12 versionName "twelve"