From 13f4f798298802267b55b0c5ccb8de8546a4e2d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20M=C3=BCller?= Date: Tue, 23 Jun 2026 18:41:18 +0200 Subject: [PATCH] removed broad media access permissions from the manifest to comply with Google Play policies, and bumped the app version to 1.2.2+57. --- android/app/src/main/AndroidManifest.xml | 9 ++++++++- android/gradle.properties | 4 ++++ pubspec.yaml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) 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"