mirror of
https://github.com/venera-app/venera.git
synced 2025-09-28 08:17:25 +00:00
fix android
This commit is contained in:
@@ -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'
|
||||
}
|
Reference in New Issue
Block a user