Skip to content

Commit 21b9ac9

Browse files
committed
Update android target and compile sdk to android 12
1 parent 7075283 commit 21b9ac9

File tree

12 files changed

+24
-18
lines changed

12 files changed

+24
-18
lines changed

templates/cpp-template-default/proj.android/app/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
android:label="@string/app_name"
2424
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
2525
android:launchMode="singleTask"
26-
android:taskAffinity="" >
26+
android:taskAffinity=""
27+
android:exported="true" >
2728
<intent-filter>
2829
<action android:name="android.intent.action.MAIN" />
2930

templates/cpp-template-default/proj.android/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
# org.gradle.parallel=true
1919

2020
# Android SDK version that will be used as the compile project
21-
PROP_COMPILE_SDK_VERSION=28
21+
PROP_COMPILE_SDK_VERSION=33
2222

2323
# Android SDK version that will be used as the earliest version of android this application can run on
2424
PROP_MIN_SDK_VERSION=17
2525

2626
# Android SDK version that will be used as the latest version of android this application has been tested on
27-
PROP_TARGET_SDK_VERSION=28
27+
PROP_TARGET_SDK_VERSION=33
2828

2929

3030
# List of CPU Archtexture to build that application with

templates/lua-template-default/frameworks/runtime-src/proj.android/app/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
android:label="@string/app_name"
2222
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
2323
android:launchMode="singleTask"
24-
android:taskAffinity="" >
24+
android:taskAffinity=""
25+
android:exported="true" >
2526
<intent-filter>
2627
<action android:name="android.intent.action.MAIN" />
2728

templates/lua-template-default/frameworks/runtime-src/proj.android/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
# org.gradle.parallel=true
1919

2020
# Android SDK version that will be used as the compile project
21-
PROP_COMPILE_SDK_VERSION=28
21+
PROP_COMPILE_SDK_VERSION=33
2222

2323
# Android SDK version that will be used as the earliest version of android this application can run on
2424
PROP_MIN_SDK_VERSION=17
2525

2626
# Android SDK version that will be used as the latest version of android this application has been tested on
27-
PROP_TARGET_SDK_VERSION=28
27+
PROP_TARGET_SDK_VERSION=33
2828

2929

3030
# List of CPU Archtexture to build that application with

tests/cpp-tests/proj.android/app/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
android:label="@string/app_name"
2525
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
2626
android:launchMode="singleTask"
27-
android:taskAffinity="" >
27+
android:taskAffinity=""
28+
android:exported="true" >
2829
<intent-filter>
2930
<action android:name="android.intent.action.MAIN" />
3031

tests/cpp-tests/proj.android/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
# org.gradle.parallel=true
1919

2020
# Android SDK version that will be used as the compile project
21-
PROP_COMPILE_SDK_VERSION=28
21+
PROP_COMPILE_SDK_VERSION=33
2222

2323
# Android SDK version that will be used as the earliest version of android this application can run on
2424
PROP_MIN_SDK_VERSION=17
2525

2626
# Android SDK version that will be used as the latest version of android this application has been tested on
27-
PROP_TARGET_SDK_VERSION=28
27+
PROP_TARGET_SDK_VERSION=33
2828

2929

3030
# List of CPU Archtexture to build that application with

tests/fairygui-tests/proj.android/app/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
android:label="@string/app_name"
2323
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
2424
android:launchMode="singleTask"
25-
android:taskAffinity="" >
25+
android:taskAffinity=""
26+
android:exported="true" >
2627
<intent-filter>
2728
<action android:name="android.intent.action.MAIN" />
2829

tests/fairygui-tests/proj.android/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
# org.gradle.parallel=true
1919

2020
# Android SDK version that will be used as the compile project
21-
PROP_COMPILE_SDK_VERSION=28
21+
PROP_COMPILE_SDK_VERSION=33
2222

2323
# Android SDK version that will be used as the earliest version of android this application can run on
2424
PROP_MIN_SDK_VERSION=17
2525

2626
# Android SDK version that will be used as the latest version of android this application has been tested on
27-
PROP_TARGET_SDK_VERSION=28
27+
PROP_TARGET_SDK_VERSION=33
2828

2929

3030
# List of CPU Archtexture to build that application with

tests/live2d-tests/proj.android/app/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
android:label="@string/app_name"
2424
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
2525
android:launchMode="singleTask"
26-
android:taskAffinity="" >
26+
android:taskAffinity=""
27+
android:exported="true" >
2728
<intent-filter>
2829
<action android:name="android.intent.action.MAIN" />
2930

tests/live2d-tests/proj.android/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
# org.gradle.parallel=true
1919

2020
# Android SDK version that will be used as the compile project
21-
PROP_COMPILE_SDK_VERSION=28
21+
PROP_COMPILE_SDK_VERSION=33
2222

2323
# Android SDK version that will be used as the earliest version of android this application can run on
2424
PROP_MIN_SDK_VERSION=17
2525

2626
# Android SDK version that will be used as the latest version of android this application has been tested on
27-
PROP_TARGET_SDK_VERSION=28
27+
PROP_TARGET_SDK_VERSION=33
2828

2929

3030
# List of CPU Archtexture to build that application with

0 commit comments

Comments
 (0)