File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ workRuntimeKtx = "2.10.5"
5050jvmTarget = " 1.8"
5151minSdk = " 21"
5252compileSdk = " 36"
53- targetSdk = " 35 "
53+ targetSdk = " 36 "
5454
5555[libraries ]
5656acra-core = { module = " ch.acra:acra-core" , version.ref = " acraCore" }
You can’t perform that action at this time.
0 commit comments