From cf018efcc1ac6fbacc457d1874f03b5c3e31e6d0 Mon Sep 17 00:00:00 2001 From: ildeberto Date: Wed, 9 Oct 2024 11:59:43 +0100 Subject: [PATCH 1/2] add support for later versions of AGP --- example/android/app/build.gradle | 1 + example/android/app/src/debug/AndroidManifest.xml | 3 +-- example/android/app/src/main/AndroidManifest.xml | 3 +-- example/android/app/src/profile/AndroidManifest.xml | 3 +-- example/android/build.gradle | 6 +++--- example/android/gradle.properties | 3 +++ example/android/gradle/wrapper/gradle-wrapper.properties | 2 +- 7 files changed, 11 insertions(+), 10 deletions(-) diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 97378942..3129035e 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -60,6 +60,7 @@ android { signingConfig signingConfigs.debug } } + namespace 'com.letsar.slidable.example' } flutter { diff --git a/example/android/app/src/debug/AndroidManifest.xml b/example/android/app/src/debug/AndroidManifest.xml index dc58e2da..399f6981 100644 --- a/example/android/app/src/debug/AndroidManifest.xml +++ b/example/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,4 @@ - +