From aad8969b1d7b9117d650f4af5ca84ac0e2c5ebd8 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Tue, 16 Sep 2025 23:59:36 +0200 Subject: Update android compileSdk to 36 and java version to 21 --- app/src/main/AndroidManifest.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index a1a11d6..4884374 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -12,8 +12,7 @@ android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:theme="@style/Theme.CleverSync" - tools:targetApi="31"> + android:theme="@style/Theme.CleverSync">