Skip to content

Commit 5257233

Browse files
committed
chore: bump android mins
1 parent d663a1d commit 5257233

File tree

6 files changed

+28
-75
lines changed

6 files changed

+28
-75
lines changed

angular-tutorial/App_Resources/Android/app.gradle

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
android {
2-
compileSdkVersion 34
3-
buildToolsVersion "34"
4-
// ndkVersion ""
2+
compileSdkVersion 36
3+
buildToolsVersion "36"
54

65
defaultConfig {
7-
minSdkVersion 23
8-
targetSdkVersion 34
9-
10-
// Version Information
11-
versionCode 1
12-
versionName "1.0.0"
13-
6+
minSdkVersion 24
7+
targetSdkVersion 36
148
generatedDensities = []
159
}
16-
1710
aaptOptions {
1811
additionalParameters "--no-version-vectors"
1912
}

plain-js-tutorial/App_Resources/Android/app.gradle

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,12 @@
1-
// You can add your native dependencies here
2-
dependencies {
3-
// implementation 'androidx.multidex:multidex:2.0.1'
4-
}
5-
61
android {
7-
// compileSdkVersion 32
8-
// buildToolsVersion "32.0.0"
9-
// ndkVersion ""
2+
compileSdkVersion 36
3+
buildToolsVersion "36"
104

115
defaultConfig {
12-
minSdkVersion 17
13-
// targetSdkVersion 32
14-
15-
// Version Information
16-
versionCode 1
17-
versionName "1.0.0"
18-
6+
minSdkVersion 24
7+
targetSdkVersion 36
198
generatedDensities = []
209
}
21-
2210
aaptOptions {
2311
additionalParameters "--no-version-vectors"
2412
}

plain-tutorial/App_Resources/Android/app.gradle

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
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-
121
android {
2+
compileSdkVersion 36
3+
buildToolsVersion "36"
4+
135
defaultConfig {
14-
minSdkVersion 17
6+
minSdkVersion 24
7+
targetSdkVersion 36
158
generatedDensities = []
169
}
1710
aaptOptions {

react-tutorial/App_Resources/Android/app.gradle

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
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-
121
android {
2+
compileSdkVersion 36
3+
buildToolsVersion "36"
4+
135
defaultConfig {
14-
minSdkVersion 17
6+
minSdkVersion 24
7+
targetSdkVersion 36
158
generatedDensities = []
169
}
1710
aaptOptions {

svelte-tutorial/App_Resources/Android/app.gradle

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
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-
121
android {
2+
compileSdkVersion 36
3+
buildToolsVersion "36"
4+
135
defaultConfig {
14-
minSdkVersion 17
6+
minSdkVersion 24
7+
targetSdkVersion 36
158
generatedDensities = []
169
}
1710
aaptOptions {

vue-tutorial/App_Resources/Android/app.gradle

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
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-
121
android {
2+
compileSdkVersion 36
3+
buildToolsVersion "36"
4+
135
defaultConfig {
14-
minSdkVersion 17
6+
minSdkVersion 24
7+
targetSdkVersion 36
158
generatedDensities = []
169
}
1710
aaptOptions {

0 commit comments

Comments
 (0)