From 993fe96b73b0e0e5b160bb3503eeda1a14860fe0 Mon Sep 17 00:00:00 2001 From: Greg Alexander Date: Sun, 26 May 2019 20:10:50 -0400 Subject: [PATCH] I let Android Studio upgrade the project to the newest version of Gradle for Android or what have you, and these are the relevant changes I think. They don't seem to help the problem I was having but newer is better, no? --- app/build.gradle | 2 +- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 ++-- local.properties | 11 +++++------ 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index fb6c3a8..ac4aaa8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,7 +5,7 @@ keyprops.load(new FileInputStream(rootProject.file("keystore.properties"))) android { compileSdkVersion 28 - buildToolsVersion "28.0.0" + buildToolsVersion "28.0.3" sourceSets { main { diff --git a/build.gradle b/build.gradle index b32f870..43f215c 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.1.3' + classpath 'com.android.tools.build:gradle:3.4.1' } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index efc27cb..24d1b31 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Sat Jan 13 09:12:34 PST 2018 +#Sun May 26 20:02:55 EDT 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip diff --git a/local.properties b/local.properties index a2692cc..6d01e43 100644 --- a/local.properties +++ b/local.properties @@ -1,10 +1,9 @@ -# This file is automatically generated by Android Tools. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must *NOT* be checked into Version Control Systems, +## This file must *NOT* be checked into Version Control Systems, # as it contains information specific to your local configuration. - -# location of the SDK. This is only used by Ant +# +# Location of the SDK. This is only used by Gradle. # For customization when using a Version Control System, please read the # header note. +#Sun May 26 20:02:34 EDT 2019 +ndk.dir=/home/greg/Android/Sdk/ndk-bundle sdk.dir=/home/greg/Android/Sdk