android studio update

This commit is contained in:
Mariotaku Lee 2017-03-05 00:01:11 +08:00
parent 3512be90e1
commit e5b201888f
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
3 changed files with 4 additions and 7 deletions

View File

@ -8,7 +8,7 @@ buildscript {
}
dependencies {
classpath 'com.github.ben-manes:gradle-versions-plugin:0.14.0'
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.google.gms:google-services:3.0.0'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
classpath('fr.avianey.androidsvgdrawable:gradle-plugin:3.0.0') {

View File

@ -1,6 +1,6 @@
#Sat Mar 04 21:04:01 CST 2017
#Sun Mar 05 00:00:03 CST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip

View File

@ -1,6 +1,3 @@
#!/bin/bash
for log_file in hs_err_*.log; do
echo "Error log ${log_file}:"
cat ${log_file}
done
find ~ -name hs_err_pid*.log -exec cat {} \;