We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba5c51 commit b7b6deaCopy full SHA for b7b6dea
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@nativescript/android",
3
"description": "NativeScript Runtime for Android",
4
- "version": "7.0.0-rc.3",
+ "version": "7.0.0-rc.4",
5
"repository": {
6
"type": "git",
7
"url": "https://github.com/NativeScript/android-runtime.git"
test-app/build.gradle
@@ -19,7 +19,7 @@ buildscript {
19
jcenter()
20
}
21
dependencies {
22
- classpath 'com.android.tools.build:gradle:4.0.1'
+ classpath 'com.android.tools.build:gradle:3.6.4'
23
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
24
25
0 commit comments