File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed
tools/assets/App_Resources/Android Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 5
5
// compile 'com.android.support:recyclerview-v7:+'
6
6
// }
7
7
8
- android {
9
- compileSdkVersion 30
10
- buildToolsVersion " 30 .0.2"
8
+ android {
9
+ compileSdkVersion 33
10
+ buildToolsVersion " 33 .0.2"
11
11
ndkVersion " 22.1.7171670"
12
- defaultConfig {
12
+ defaultConfig {
13
13
minSdkVersion 21
14
- targetSdkVersion 30
14
+ targetSdkVersion 33
15
15
generatedDensities = []
16
- }
17
- aaptOptions {
18
- additionalParameters " --no-version-vectors"
19
- }
20
- }
16
+ }
17
+ aaptOptions {
18
+ additionalParameters " --no-version-vectors"
19
+ }
20
+ }
Original file line number Diff line number Diff line change 24
24
android:theme=" @style/AppTheme" >
25
25
26
26
<activity
27
+ android : exported =" true"
27
28
android:name=" com.tns.NativeScriptActivity"
28
29
android:label=" @string/title_activity_kimera"
29
30
android:configChanges=" keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|locale|uiMode"
You can’t perform that action at this time.
0 commit comments