plectrum

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit fa7840ecbd98c182402be6912cec918b0196a29a
parent acfb5f5c39c76820ef1c68cac84fe926ff196315
Author: Thiago Mendes <thimns@gmail.com>
Date:   Tue, 25 Sep 2018 19:15:10 -0300

Updating gradle and libs.

Diffstat:
M.gitignore | 29-----------------------------
Mapp/build.gradle | 2+-
Mbuild.gradle | 2+-
Mgradle/wrapper/gradle-wrapper.properties | 2+-
4 files changed, 3 insertions(+), 32 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -92,42 +92,13 @@ obj/ ehthumbs.db Thumbs.db -# Legacy Eclipse project files -.classpath -.project -.cproject -.settings/ - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.war -*.ear - -# virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml) -hs_err_pid* - ## Plugin-specific files: # mpeltonen/sbt-idea plugin .idea_modules/ -# JIRA plugin -atlassian-ide-plugin.xml - -# Mongo Explorer plugin -.idea/mongoSettings.xml - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - ### AndroidStudio Patch ### !/gradle/wrapper/gradle-wrapper.jar - # End of https://www.gitignore.io/api/androidstudio diff --git a/app/build.gradle b/app/build.gradle @@ -41,7 +41,7 @@ dependencies { androidTestImplementation('com.android.support.test:rules:1.0.2', { exclude group: 'com.android.support', module: 'support-annotations' }) - implementation 'com.android.support:appcompat-v7:28.0.0-rc01' + implementation 'com.android.support:appcompat-v7:28.0.0' implementation 'com.jaredrummler:material-spinner:1.2.5' implementation 'com.shawnlin:number-picker:2.4.6' diff --git a/build.gradle b/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.1.4' + classpath 'com.android.tools.build:gradle:3.2.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists