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 55// compile 'com.android.support:recyclerview-v7:+'
66// }
77
8- android {
9- compileSdkVersion 30
10- buildToolsVersion " 30 .0.2"
8+ android {
9+ compileSdkVersion 33
10+ buildToolsVersion " 33 .0.2"
1111 ndkVersion " 22.1.7171670"
12- defaultConfig {
12+ defaultConfig {
1313 minSdkVersion 21
14- targetSdkVersion 30
14+ targetSdkVersion 33
1515 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 2424 android:theme=" @style/AppTheme" >
2525
2626 <activity
27+ android : exported =" true"
2728 android:name=" com.tns.NativeScriptActivity"
2829 android:label=" @string/title_activity_kimera"
2930 android:configChanges=" keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|locale|uiMode"
You can’t perform that action at this time.
0 commit comments