File tree Expand file tree Collapse file tree 7 files changed +5
-8
lines changed
Expand file tree Collapse file tree 7 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.2.21 '
4+ ext. kotlin_version = ' 1.2.30 '
55 repositories {
66 jcenter()
77 maven { url ' https://maven.google.com' }
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ PACKAGING=aar
2424ANDROID_MIN_SDK_VERSION =11
2525ANDROID_BUILD_SDK_VERSION =27
2626ANDROID_BUILD_TOOLS_VERSION =27.0.3
27+ ANDROID_APPCOMPAT_VERSION =27.1.0
2728
2829POM_NAME =MaterialNumberPicker
2930POM_REPO =maven
Original file line number Diff line number Diff line change 1- # Mon Sep 25 23:05:55 CEST 2017
1+ # Sat Mar 17 11:42:15 CET 2018
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -19,12 +19,10 @@ android {
1919 }
2020}
2121
22- def appcompat_version = " 27.0.2"
23-
2422dependencies {
2523 compile fileTree(dir : ' libs' , include : [' *.jar' ])
2624 compile project(' :core' )
2725 testCompile ' junit:junit:4.12'
2826
29- compile " com.android.support:appcompat-v7:$a ppcompat_version "
27+ compile " com.android.support:appcompat-v7:$A NDROID_APPCOMPAT_VERSION "
3028}
Original file line number Diff line number Diff line change @@ -20,12 +20,10 @@ android {
2020 }
2121}
2222
23- def appcompat_version = " 27.0.2"
24-
2523dependencies {
2624 compile fileTree(dir : ' libs' , include : [' *.jar' ])
2725 compile project(' :core' )
2826 testCompile ' junit:junit:4.12'
2927
30- compile " com.android.support:appcompat-v7:$a ppcompat_version "
28+ compile " com.android.support:appcompat-v7:$A NDROID_APPCOMPAT_VERSION "
3129}
You can’t perform that action at this time.
0 commit comments