File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1- // Add your native dependencies here:
2-
3- // Uncomment to add recyclerview-v7 dependency
4- // dependencies {
5- // implementation 'com.android.support:recyclerview-v7:+'
6- // }
7-
8- // If you want to add something to be applied before applying plugins' include.gradle files
9- // e.g. project.ext.googlePlayServicesVersion = "15.0.1"
10- // create a file named before-plugins.gradle in the current directory and place it there
11-
121android {
2+ compileSdkVersion 34
3+ buildToolsVersion " 34"
4+ // ndkVersion ""
5+
136 defaultConfig {
14- minSdkVersion 17
7+ minSdkVersion 23
8+ targetSdkVersion 34
9+
10+ // Version Information
11+ versionCode 1
12+ versionName " 1.0.0"
13+
1514 generatedDensities = []
1615 }
16+
1717 aaptOptions {
1818 additionalParameters " --no-version-vectors"
1919 }
Original file line number Diff line number Diff line change 4949 "@angular-devkit/build-angular" : " ~20.2.0" ,
5050 "@angular/compiler-cli" : " ~20.2.0" ,
5151 "@nativescript/android" : " ~8.9.0" ,
52- "@nativescript/ios" : " next " ,
52+ "@nativescript/ios" : " ~8.9.0 " ,
5353 "@nativescript/types" : " ~8.9.0" ,
5454 "@nativescript/webpack" : " ~5.0.0" ,
5555 "@ngtools/webpack" : " ~20.2.0" ,
You can’t perform that action at this time.
0 commit comments