Set the versions to the newest SDK. Dock the minumum by 1 to match Carb Up.
This commit is contained in:
@@ -2,11 +2,11 @@ apply plugin: 'com.android.application'
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
namespace "com.hyperling.apps.infinitetimer"
|
namespace "com.hyperling.apps.infinitetimer"
|
||||||
compileSdkVersion 35
|
compileSdkVersion 36
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.hyperling.apps.infinitetimer"
|
applicationId "com.hyperling.apps.infinitetimer"
|
||||||
minSdkVersion 15
|
minSdkVersion 14
|
||||||
targetSdkVersion 35
|
targetSdkVersion 36
|
||||||
versionCode 8
|
versionCode 8
|
||||||
versionName "1.1.0"
|
versionName "1.1.0"
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
|
Reference in New Issue
Block a user