Skip to content

Commit 58e0cae

Browse files
authored
Merge pull request #1305 from NativeScript/trifonov/gradle-plugin-update
Update android gradle plugin to 3.3.2
2 parents a7027c6 + d974d86 commit 58e0cae

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": "4.10.2",
14-
"android": "3.3.1"
14+
"android": "3.3.2"
1515
},
1616
"android_ndk_version": "19b"
1717
}

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

Lines changed: 1 addition & 1 deletion
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.3.1'
20+
classpath 'com.android.tools.build:gradle:3.3.2'
2121
}
2222
}
2323

test-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
jcenter()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.3.1'
10+
classpath 'com.android.tools.build:gradle:3.3.2'
1111
}
1212
}
1313

0 commit comments

Comments
 (0)