fix android

This commit is contained in:
nyne
2024-09-30 15:04:47 +08:00
parent 932e0c3896
commit a8782b5ce0
5 changed files with 36 additions and 72 deletions

View File

@@ -40,8 +40,8 @@ android {
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
signingConfigs {
@@ -93,4 +93,5 @@ flutter {
dependencies {
implementation "androidx.activity:activity-ktx:1.9.2"
implementation 'androidx.documentfile:documentfile:1.0.1'
}