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?
sigsegv_dump
Greg Alexander 5 years ago
parent 1656a5b9c4
commit 993fe96b73

@ -5,7 +5,7 @@ keyprops.load(new FileInputStream(rootProject.file("keystore.properties")))
android { android {
compileSdkVersion 28 compileSdkVersion 28
buildToolsVersion "28.0.0" buildToolsVersion "28.0.3"
sourceSets { sourceSets {
main { main {

@ -5,7 +5,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.1.3' classpath 'com.android.tools.build:gradle:3.4.1'
} }
} }

@ -1,6 +1,6 @@
#Sat Jan 13 09:12:34 PST 2018 #Sun May 26 20:02:55 EDT 2019
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists 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

@ -1,10 +1,9 @@
# This file is automatically generated by Android Tools. ## This file must *NOT* be checked into Version Control Systems,
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must *NOT* be checked into Version Control Systems,
# as it contains information specific to your local configuration. # 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 # For customization when using a Version Control System, please read the
# header note. # header note.
#Sun May 26 20:02:34 EDT 2019
ndk.dir=/home/greg/Android/Sdk/ndk-bundle
sdk.dir=/home/greg/Android/Sdk sdk.dir=/home/greg/Android/Sdk

Loading…
Cancel
Save