mirror of
https://github.com/usetrmnl/trmnl-android.git
synced 2026-08-13 23:18:06 -07:00
Update compileSdk and targetApi to 37 (#293)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
@@ -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
|
||||
Reference in New Issue
Block a user