File tree Expand file tree Collapse file tree 12 files changed +24
-18
lines changed
cpp-template-default/proj.android
lua-template-default/frameworks/runtime-src/proj.android
fairygui-tests/proj.android
live2d-tests/proj.android
lua-tests/project/proj.android Expand file tree Collapse file tree 12 files changed +24
-18
lines changed Original file line number Diff line number Diff line change 23
23
android : label =" @string/app_name"
24
24
android : theme =" @android:style/Theme.NoTitleBar.Fullscreen"
25
25
android : launchMode =" singleTask"
26
- android : taskAffinity =" " >
26
+ android : taskAffinity =" "
27
+ android : exported =" true" >
27
28
<intent-filter >
28
29
<action android : name =" android.intent.action.MAIN" />
29
30
Original file line number Diff line number Diff line change 18
18
# org.gradle.parallel=true
19
19
20
20
# Android SDK version that will be used as the compile project
21
- PROP_COMPILE_SDK_VERSION =28
21
+ PROP_COMPILE_SDK_VERSION =33
22
22
23
23
# Android SDK version that will be used as the earliest version of android this application can run on
24
24
PROP_MIN_SDK_VERSION =17
25
25
26
26
# 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
28
28
29
29
30
30
# List of CPU Archtexture to build that application with
Original file line number Diff line number Diff line change 21
21
android : label =" @string/app_name"
22
22
android : theme =" @android:style/Theme.NoTitleBar.Fullscreen"
23
23
android : launchMode =" singleTask"
24
- android : taskAffinity =" " >
24
+ android : taskAffinity =" "
25
+ android : exported =" true" >
25
26
<intent-filter >
26
27
<action android : name =" android.intent.action.MAIN" />
27
28
Original file line number Diff line number Diff line change 18
18
# org.gradle.parallel=true
19
19
20
20
# Android SDK version that will be used as the compile project
21
- PROP_COMPILE_SDK_VERSION =28
21
+ PROP_COMPILE_SDK_VERSION =33
22
22
23
23
# Android SDK version that will be used as the earliest version of android this application can run on
24
24
PROP_MIN_SDK_VERSION =17
25
25
26
26
# 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
28
28
29
29
30
30
# List of CPU Archtexture to build that application with
Original file line number Diff line number Diff line change 24
24
android : label =" @string/app_name"
25
25
android : theme =" @android:style/Theme.NoTitleBar.Fullscreen"
26
26
android : launchMode =" singleTask"
27
- android : taskAffinity =" " >
27
+ android : taskAffinity =" "
28
+ android : exported =" true" >
28
29
<intent-filter >
29
30
<action android : name =" android.intent.action.MAIN" />
30
31
Original file line number Diff line number Diff line change 18
18
# org.gradle.parallel=true
19
19
20
20
# Android SDK version that will be used as the compile project
21
- PROP_COMPILE_SDK_VERSION =28
21
+ PROP_COMPILE_SDK_VERSION =33
22
22
23
23
# Android SDK version that will be used as the earliest version of android this application can run on
24
24
PROP_MIN_SDK_VERSION =17
25
25
26
26
# 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
28
28
29
29
30
30
# List of CPU Archtexture to build that application with
Original file line number Diff line number Diff line change 22
22
android : label =" @string/app_name"
23
23
android : theme =" @android:style/Theme.NoTitleBar.Fullscreen"
24
24
android : launchMode =" singleTask"
25
- android : taskAffinity =" " >
25
+ android : taskAffinity =" "
26
+ android : exported =" true" >
26
27
<intent-filter >
27
28
<action android : name =" android.intent.action.MAIN" />
28
29
Original file line number Diff line number Diff line change 18
18
# org.gradle.parallel=true
19
19
20
20
# Android SDK version that will be used as the compile project
21
- PROP_COMPILE_SDK_VERSION =28
21
+ PROP_COMPILE_SDK_VERSION =33
22
22
23
23
# Android SDK version that will be used as the earliest version of android this application can run on
24
24
PROP_MIN_SDK_VERSION =17
25
25
26
26
# 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
28
28
29
29
30
30
# List of CPU Archtexture to build that application with
Original file line number Diff line number Diff line change 23
23
android : label =" @string/app_name"
24
24
android : theme =" @android:style/Theme.NoTitleBar.Fullscreen"
25
25
android : launchMode =" singleTask"
26
- android : taskAffinity =" " >
26
+ android : taskAffinity =" "
27
+ android : exported =" true" >
27
28
<intent-filter >
28
29
<action android : name =" android.intent.action.MAIN" />
29
30
Original file line number Diff line number Diff line change 18
18
# org.gradle.parallel=true
19
19
20
20
# Android SDK version that will be used as the compile project
21
- PROP_COMPILE_SDK_VERSION =28
21
+ PROP_COMPILE_SDK_VERSION =33
22
22
23
23
# Android SDK version that will be used as the earliest version of android this application can run on
24
24
PROP_MIN_SDK_VERSION =17
25
25
26
26
# 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
28
28
29
29
30
30
# List of CPU Archtexture to build that application with
You can’t perform that action at this time.
0 commit comments