mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-03 11:50:11 +08:00
build: update compile and target sdk version
This commit is contained in:
@@ -6,7 +6,7 @@ plugins {
|
||||
|
||||
android {
|
||||
namespace = "com.lifegpc.ehf"
|
||||
compileSdk = 35
|
||||
compileSdk = 36
|
||||
ndkVersion = flutter.ndkVersion
|
||||
|
||||
compileOptions {
|
||||
@@ -30,7 +30,7 @@ android {
|
||||
defaultConfig {
|
||||
applicationId = "com.lifegpc.ehf"
|
||||
minSdk = flutter.minSdkVersion
|
||||
targetSdk = 34
|
||||
targetSdk = 36
|
||||
versionCode = flutter.versionCode
|
||||
versionName = flutter.versionName
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user