Browse Source

update gradle plugin

master
Alexander Epaneshnikov 5 years ago
parent
commit
5e8e6b1d46
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      android/build.gradle
  2. 1
    1
      docs/building.md

+ 1
- 1
android/build.gradle View File

@@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:3.6.0'
}
}


+ 1
- 1
docs/building.md View File

@@ -260,7 +260,7 @@ In order to build the Android APK file, you need:

1. the [Android Studio](https://developer.android.com/studio/) with API 26 support;
2. the [Android NDK](http://developer.android.com/tools/sdk/ndk/index.html);
3. Gradle 3.2.1 or later.
3. Gradle 5.6.4 or later.

### Building with Gradle


Loading…
Cancel
Save