File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed
Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 google()
77 }
88 dependencies {
9- classpath " com.android.tools.build:gradle:3.0.1 "
9+ classpath ' com.android.tools.build:gradle:3.1.0 '
1010 classpath " com.google.gms:google-services:3.0.0"
1111 classpath " org.ajoberstar:grgit:1.5.0"
1212 classpath " com.google.firebase:firebase-plugins:1.1.4"
3535 versionName : git. describe(),
3636 minSdkVersion : 19 ,
3737 targetSdkVersion : 26 ,
38- compileSdkVersion : 26 ,
39- buildToolsVersion : " 26.0.2"
38+ compileSdkVersion : 26
4039 ]
4140
4241 versions = [
Original file line number Diff line number Diff line change 1- # Sun Nov 05 13:34:12 CET 2017
1+ # Thu Apr 05 14:03:21 CEST 2018
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 -all.zip
Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ buildscript {
1212
1313android {
1414
15- compileSdkVersion toolVersions. compileSdkVersion
16- buildToolsVersion toolVersions. buildToolsVersion
17-
1815 signingConfigs {
1916 releaseConfig {
2017 keyAlias System . getenv(RELEASE_KEY_ALIAS )
@@ -27,6 +24,7 @@ android {
2724 applicationId " com.toolslab.quickcode"
2825 minSdkVersion toolVersions. minSdkVersion
2926 targetSdkVersion toolVersions. targetSdkVersion
27+ compileSdkVersion toolVersions. compileSdkVersion
3028 versionCode toolVersions. versionCode
3129 versionName toolVersions. versionName
3230 multiDexEnabled true
@@ -52,8 +50,6 @@ android {
5250}
5351
5452dependencies {
55- // wearApp project(":wear")
56-
5753 implementation " com.android.support:design:$versions . googleSupport "
5854 implementation " com.android.support:cardview-v7:$versions . googleSupport "
5955 implementation " com.android.support:appcompat-v7:$versions . googleSupport "
You can’t perform that action at this time.
0 commit comments