From 1a79d0006f53acbe8d46e75c6b5d90973b1a17e0 Mon Sep 17 00:00:00 2001 From: Manthan Ghasadiya <68530736+manthanghasadiya@users.noreply.github.com> Date: Tue, 3 Oct 2023 10:26:13 +0530 Subject: [PATCH] Update AndroidManifest.xml (#20) * Update targetSdk to 33 --- app/build.gradle | 2 +- app/build/bin/merged/AndroidManifest.xml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 502ea52..6afec5a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,7 +5,7 @@ android { defaultConfig { applicationId "io.github.ratul.topactivity" minSdkVersion 24 - targetSdkVersion 30 + targetSdkVersion 33 versionCode 18 versionName "1.5.8" } diff --git a/app/build/bin/merged/AndroidManifest.xml b/app/build/bin/merged/AndroidManifest.xml index 556ce2a..5188fe4 100644 --- a/app/build/bin/merged/AndroidManifest.xml +++ b/app/build/bin/merged/AndroidManifest.xml @@ -12,7 +12,7 @@ - + @@ -125,6 +125,7 @@ android:name="androidx.lifecycle.ProcessLifecycleInitializer" android:value="androidx.startup" /> + - \ No newline at end of file +