Skip to content

Commit 96cb788

Browse files
Update dependencies
1 parent 163311d commit 96cb788

File tree

7 files changed

+5
-8
lines changed

7 files changed

+5
-8
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
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' }

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ PACKAGING=aar
2424
ANDROID_MIN_SDK_VERSION=11
2525
ANDROID_BUILD_SDK_VERSION=27
2626
ANDROID_BUILD_TOOLS_VERSION=27.0.3
27+
ANDROID_APPCOMPAT_VERSION=27.1.0
2728

2829
POM_NAME=MaterialNumberPicker
2930
POM_REPO=maven

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Mon Sep 25 23:05:55 CEST 2017
1+
#Sat Mar 17 11:42:15 CET 2018
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME

javasample/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@ android {
1919
}
2020
}
2121

22-
def appcompat_version = "27.0.2"
23-
2422
dependencies {
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:$appcompat_version"
27+
compile "com.android.support:appcompat-v7:$ANDROID_APPCOMPAT_VERSION"
3028
}
-4 KB
Binary file not shown.

sample/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ android {
2020
}
2121
}
2222

23-
def appcompat_version = "27.0.2"
24-
2523
dependencies {
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:$appcompat_version"
28+
compile "com.android.support:appcompat-v7:$ANDROID_APPCOMPAT_VERSION"
3129
}
-4 KB
Binary file not shown.

0 commit comments

Comments
 (0)