Skip to content

Commit f86c1e5

Browse files
authored
Merge pull request #1269 from NativeScript/trifonov/android-gradle-update
Update android gradle plugin to 3.3.1
2 parents 91d8e41 + 4254c1b commit f86c1e5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
## What's New
55
- [Upgrade v8 to 7.1.302.32(#1237)](https://github.com/NativeScript/android-runtime/issues/1237)
66
- [Add OnDiscardedError handler(#1245)](https://github.com/NativeScript/android-runtime/issues/1245)
7-
- [Upgrade the android gradle plugin to the latest 3.3.0 version(#1251)](https://github.com/NativeScript/android-runtime/issues/1251)
8-
- [Add android X support(#1226)](https://github.com/NativeScript/android-runtime/issues/1226)
7+
- [Upgrade the android gradle plugin to the latest 3.3.1 version(#1251)](https://github.com/NativeScript/android-runtime/issues/1251)
8+
- [Add android X support(#1226)](https://github.com/NativeScript/android-runtime/issues/1226)
99
- [Provide a JS helper function on the global object to release the native object wrapped by a JS instance(#1254)](https://github.com/NativeScript/android-runtime/issues/1254)
1010

1111
## Bug Fixes

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.0"
14+
"android": "3.3.1"
1515
},
1616
"android_ndk_version": "18b"
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.0'
20+
classpath 'com.android.tools.build:gradle:3.3.1'
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.0'
10+
classpath 'com.android.tools.build:gradle:3.3.1'
1111
}
1212
}
1313

0 commit comments

Comments
 (0)