Update Target SDK #1

Merged
me merged 15 commits from dev into main 2025-07-20 19:37:14 -07:00
Showing only changes of commit 7a59c59d47 - Show all commits

View File

@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
compileSdkVersion 36
buildToolsVersion "23.0.2"
defaultConfig {
applicationId "com.hyperling.carbupbeta"
minSdkVersion 8
targetSdkVersion 23
targetSdkVersion 36
versionCode 6
versionName "0.11"
}