Skip to content

Commit ac3d057

Browse files
authored
Upgrade to targetSdk 36 (#2043)
1 parent 5370d01 commit ac3d057

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
<application
3838
android:name=".AcraApplication"
3939
android:allowBackup="true"
40-
android:enableOnBackInvokedCallback="true"
4140
android:appCategory="video"
4241
android:banner="@mipmap/ic_banner"
4342
android:fullBackupContent="@xml/backup_descriptor"
4443
android:dataExtractionRules="@xml/data_extraction_rules"
4544
android:icon="@mipmap/ic_launcher"
4645
android:label="@string/app_name"
4746
android:largeHeap="true"
47+
android:pageSizeCompat="enabled"
4848
android:roundIcon="@mipmap/ic_launcher_round"
4949
android:supportsRtl="true"
5050
android:theme="@style/AppTheme"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ workRuntimeKtx = "2.10.5"
5050
jvmTarget = "1.8"
5151
minSdk = "21"
5252
compileSdk = "36"
53-
targetSdk = "35"
53+
targetSdk = "36"
5454

5555
[libraries]
5656
acra-core = { module = "ch.acra:acra-core", version.ref = "acraCore" }

0 commit comments

Comments
 (0)