refactor: perform clean up
This commit is contained in:
parent
e57da88272
commit
6b70116a63
5 changed files with 48 additions and 20 deletions
|
|
@ -6,7 +6,7 @@ plugins {
|
|||
|
||||
android {
|
||||
namespace = "com.slrpg.app"
|
||||
compileSdk = 36
|
||||
compileSdk = 35
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
|
|
@ -21,7 +21,7 @@ android {
|
|||
defaultConfig {
|
||||
applicationId = "com.slrpg.app"
|
||||
minSdk = flutter.minSdkVersion
|
||||
targetSdk = 36
|
||||
targetSdk = 35
|
||||
versionCode = 1
|
||||
versionName = "1.0.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue