Update compileSdk and targetApi to 37 (#293)

This commit is contained in:
Hossain Khan
2026-08-11 10:24:33 -04:00
parent a9650152ad
commit 9c9de47bc6
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ if (secretPropsFile.exists()) {
android {
namespace = "ink.trmnl.android"
compileSdk = 36
compileSdk = 37
defaultConfig {
// The application ID is the unique identifier for the app on the Play Store and other app stores.
+1 -1
View File
@@ -15,7 +15,7 @@
android:supportsRtl="true"
android:theme="@style/Theme.App"
android:networkSecurityConfig="@xml/network_security_config"
tools:targetApi="36"
tools:targetApi="37"
android:enableOnBackInvokedCallback="true">
<activity
android:name=".MainActivity"
+4 -1
View File
@@ -48,4 +48,7 @@ org.gradle.daemon=true
# Disable unused build features
android.defaults.buildfeatures.resvalues=false
android.defaults.buildfeatures.shaders=false
android.defaults.buildfeatures.shaders=false
# Suppress AGP warning for compileSdk 37
android.suppressUnsupportedCompileSdk=37,37.0