Project is now compiling and running on a test device successfully.
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 36
|
||||
namespace "com.hyperling.apps.infinitetimer"
|
||||
compileSdkVersion 35
|
||||
defaultConfig {
|
||||
applicationId "com.hyperling.apps.infinitetimer"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 36
|
||||
versionCode 7
|
||||
versionName "1.06"
|
||||
targetSdkVersion 35
|
||||
versionCode 8
|
||||
versionName "1.1.0"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
buildTypes {
|
||||
|
Reference in New Issue
Block a user