Skip to content

Commit cc95195

Browse files
authored
Merge pull request #1249 from NativeScript/trifonov/gradle-plugin-upgrade
upgrade android gradle plugin
2 parents 3aeaa47 + 509cd53 commit cc95195

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2.1'
20+
classpath 'com.android.tools.build:gradle:3.3.0'
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.2.1'
10+
classpath 'com.android.tools.build:gradle:3.3.0'
1111
}
1212
}
1313

0 commit comments

Comments
 (0)