Skip to content

Commit 4cd8e97

Browse files
authored
Update android gradle plugin (#1424)
* Update android gradle plugin * Update gradle version in package.json
1 parent 237c311 commit 4cd8e97

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.1.1",
14-
"android": "3.4.1"
14+
"android": "3.4.2"
1515
},
1616
"android_ndk_version": "19c"
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.4.1'
20+
classpath 'com.android.tools.build:gradle:3.4.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.4.1'
10+
classpath 'com.android.tools.build:gradle:3.4.2'
1111
}
1212
}
1313

0 commit comments

Comments
 (0)