[Scummvm-git-logs] scummvm master -> c002873cc41f2f319f58477d22a2ac74e83e8874

antoniou79 a.antoniou79 at gmail.com
Wed Jul 22 02:45:08 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
c002873cc4 ANDROID: Request NDK version 21.3.6528147 in build.gradle


Commit: c002873cc41f2f319f58477d22a2ac74e83e8874
    https://github.com/scummvm/scummvm/commit/c002873cc41f2f319f58477d22a2ac74e83e8874
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2020-07-22T05:44:56+03:00

Commit Message:
ANDROID: Request NDK version 21.3.6528147 in build.gradle

Changed paths:
    dists/android/build.gradle


diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index 29ccef4eea..5f0eebc605 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -25,7 +25,7 @@ apply plugin: 'com.android.application'
 android {
     compileSdkVersion 29
     buildToolsVersion "29.0.3"
-    ndkVersion "21.0.6113669"
+    ndkVersion "21.3.6528147"
 
     defaultConfig {
         applicationId "org.scummvm.scummvm"




More information about the Scummvm-git-logs mailing list