diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 3bfcf55..d0e5142 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,4 +1,5 @@ - + + + + + diff --git a/android/gradle.properties b/android/gradle.properties index 73c3168..5cfd626 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -4,3 +4,7 @@ android.enableJetifier=true android.defaults.buildfeatures.buildconfig=true android.nonTransitiveRClass=false android.nonFinalResIds=false +# This builtInKotlin flag was added automatically by Flutter migrator +android.builtInKotlin=false +# This newDsl flag was added automatically by Flutter migrator +android.newDsl=false diff --git a/pubspec.yaml b/pubspec.yaml index be720f4..5ae2082 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Mobile client for Webuntis and Nextcloud with Talk integration publish_to: 'none' -version: 1.2.1+56 +version: 1.2.2+57 environment: sdk: ">=3.8.0 <4.0.0"