Skip to content

Commit 7eeb181

Browse files
authored
Merge pull request #1565 from NativeScript/trifonov/update-gradle
update android gradle plugin
2 parents ecb25b2 + 13760b9 commit 7eeb181

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
}
1212

1313
dependencies {
14-
classpath 'com.android.tools.build:gradle:3.5.1'
14+
classpath 'com.android.tools.build:gradle:3.5.3'
1515
}
1616
}
1717

test-app/build.gradle

Lines changed: 1 addition & 1 deletion
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.1'
22+
classpath 'com.android.tools.build:gradle:3.5.3'
2323
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
2424
}
2525
}

0 commit comments

Comments
 (0)