Project is now compiling and running on a test device successfully.

This commit is contained in:
2025-07-11 14:30:15 -07:00
parent 9446f427c3
commit f055efed02
4 changed files with 10 additions and 11 deletions

View File

@@ -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 {