updated both target and gradle compile sdk version

This commit is contained in:
Khosraw Azizi 2022-09-22 20:16:09 -05:00
parent 99524eeb4d
commit b63639ada7
2 changed files with 3 additions and 3 deletions

View file

@ -10,11 +10,11 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 23 minSdkVersion 23
//noinspection ExpiredTargetSdkVersion //noinspection ExpiredTargetSdkVersion
targetSdkVersion 28 targetSdkVersion 33
buildConfigField "String", "APP_BUILD_TIME", '"' + (new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSSZ", Locale.ROOT).format(new Date())) + '"' buildConfigField "String", "APP_BUILD_TIME", '"' + (new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSSZ", Locale.ROOT).format(new Date())) + '"'
} }
compileSdkVersion 32 compileSdkVersion 33
compileOptions { compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7 sourceCompatibility JavaVersion.VERSION_1_7

View file

@ -21,7 +21,7 @@ apply plugin: 'com.android.application'
android { android {
compileSdkVersion 29 compileSdkVersion 33
signingConfigs { signingConfigs {
release { release {