summaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2025-09-16 23:59:36 +0200
committerJoel Klinghed <the_jk@spawned.biz>2025-09-17 00:00:42 +0200
commitaad8969b1d7b9117d650f4af5ca84ac0e2c5ebd8 (patch)
tree1706264e6cb6be113056abdfec67d5d3e391eb60 /app/src
parent6a4939b3a6c637149ccb98a8a59fc839e4d4864f (diff)
Update android compileSdk to 36 and java version to 21
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/AndroidManifest.xml3
1 files changed, 1 insertions, 2 deletions
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">
<activity
android:name=".MainActivity"
android:exported="true"