chore(android): Update targetSDKVersion to 33

This commit is contained in:
Darcy Wong 2023-08-20 16:13:35 +07:00
parent b9e04a4abc
commit efbb7a7b41
8 changed files with 9 additions and 13 deletions

View file

@ -10,8 +10,7 @@ ext.rootPath = '../../'
apply from: "$rootPath/version.gradle"
android {
compileSdkVersion 31
buildToolsVersion "30.0.2"
compileSdkVersion 33
// Don't compress kmp files so they can be copied via AssetManager
aaptOptions {

View file

@ -7,8 +7,7 @@ ext.rootPath = '../../'
apply from: "$rootPath/version.gradle"
android {
compileSdkVersion 31
buildToolsVersion "30.0.2"
compileSdkVersion 33
defaultConfig {
minSdkVersion 21

View file

@ -8,6 +8,8 @@
</intent>
</queries>
<!-- https://developer.android.com/develop/ui/views/notifications/notification-permission#declare -->
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="android.permission.VIBRATE" />
<!-- Ensure these permissions aren't added by dependencies unless calling app intentionally adds them -->

View file

@ -110,8 +110,7 @@ Keyman Engine for Android library (**keyman-engine.aar**) is now ready to be imp
4. Check that the `android{}` object, includes the following:
```gradle
android {
compileSdkVersion 30
buildToolsVersion "30.0.2"
compileSdkVersion 33
// Don't compress kmp files so they can be copied via AssetManager
aaptOptions {

View file

@ -4,8 +4,7 @@ plugins {
}
android {
compileSdkVersion 30
buildToolsVersion "30.0.2"
compileSdkVersion 33
// Don't compress kmp files so they can be copied via AssetManager
aaptOptions {

View file

@ -4,8 +4,7 @@ plugins {
}
android {
compileSdkVersion 30
buildToolsVersion "30.0.2"
compileSdkVersion 33
// Don't compress kmp files so they can be copied via AssetManager
aaptOptions {

View file

@ -7,7 +7,7 @@ ext.rootPath = '../../../'
apply from: "$rootPath/version.gradle"
android {
compileSdkVersion 30
compileSdkVersion 33
// Don't compress kmp files so they can be copied via AssetManager
aaptOptions {

View file

@ -8,8 +8,7 @@ ext.rootPath = '../../../../android'
apply from: "$rootPath/version.gradle"
android {
compileSdkVersion 30
buildToolsVersion "30.0.2"
compileSdkVersion 33
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8