Skip to content

Commit 6c28518

Browse files
authored
Merge pull request #1497 from NativeScript/trifonov/android-gradle-3.5.1
update android gradle to 3.5.1
2 parents b82f8f2 + 180306c commit 6c28518

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"gradle": {
1313
"version": "5.4.1",
14-
"android": "3.5.0"
14+
"android": "3.5.1"
1515
},
1616
"android_ndk_version": "20"
1717
}

test-app/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ class EmptyRunnable implements Runnable {
571571

572572
def getMergedAssetsOutputPath() {
573573
if (!project.hasProperty("mergedAssetsOutputPath")) {
574-
// mergedAssetsOutputPath not found fallback to the default value for android gradle plugin 3.5.0
574+
// mergedAssetsOutputPath not found fallback to the default value for android gradle plugin 3.5.1
575575
project.ext.mergedAssetsOutputPath = "$projectDir/build/intermediates/merged_assets/" + project.selectedBuildType + "/out"
576576
}
577577
return project.ext.mergedAssetsOutputPath

test-app/build-tools/android-metadata-generator/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ buildscript {
1717
}
1818

1919
dependencies {
20-
classpath 'com.android.tools.build:gradle:3.5.0'
20+
classpath 'com.android.tools.build:gradle:3.5.1'
2121
}
2222
}
2323

test-app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildscript {
1919
jcenter()
2020
}
2121
dependencies {
22-
classpath 'com.android.tools.build:gradle:3.5.0'
22+
classpath 'com.android.tools.build:gradle:3.5.1'
2323
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
2424
}
2525
}

0 commit comments

Comments
 (0)