diff options
| author | Muhammad Rifqi Priyo Susanto <muhammadrifqipriyosusanto@gmail.com> | 2023-02-18 06:03:28 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-18 00:03:28 +0100 |
| commit | c1e430ef68271b8769ae8852b2b4a2fa0fb7ccac (patch) | |
| tree | ce76b9443c07b34493abc0f03329874822409c81 /android/build.gradle | |
| parent | 75e6cc190a9b1cc1c3aae059502801365c3a412b (diff) | |
| download | minetest-c1e430ef68271b8769ae8852b2b4a2fa0fb7ccac.tar.xz | |
Android: Increase minimum SDK version to 21
Target/compiled SDK version is increased to 33.
Build Tools, NDK, and Gradle are also updated.
Diffstat (limited to 'android/build.gradle')
| -rw-r--r-- | android/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/build.gradle b/android/build.gradle index e4afab73d..cbe01c56f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -11,13 +11,13 @@ project.ext.set("developmentBuild", 1) // Whether it is a development build, or // each APK must have a larger `versionCode` than the previous buildscript { - ext.ndk_version = '25.1.8937393' + ext.ndk_version = '25.2.9519653' repositories { google() mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.2.2' + classpath 'com.android.tools.build:gradle:7.4.1' classpath 'de.undercouch:gradle-download-task:4.1.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files |
