Skip to content

Commit 4b1cdff

Browse files
author
Cesar Ferreira
committed
bumped versions
1 parent 6fc79f6 commit 4b1cdff

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

android-sample/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ apply plugin: 'kotlin-android'
1212
apply plugin: 'kotlin-android-extensions'
1313

1414
android {
15-
compileSdkVersion 24
16-
buildToolsVersion "24.0.2"
15+
compileSdkVersion 25
16+
buildToolsVersion "24.0.3"
1717
defaultConfig {
1818
minSdkVersion 16
19-
targetSdkVersion 24
19+
targetSdkVersion 25
2020
versionCode 1
2121
versionName "1.0"
2222
}
@@ -38,8 +38,8 @@ android {
3838
dependencies {
3939
compile project(':library')
4040
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
41-
compile 'com.android.support:appcompat-v7:24.2.0'
42-
compile 'com.android.support:design:24.2.0'
41+
compile 'com.android.support:appcompat-v7:25.1.0'
42+
compile 'com.android.support:design:25.1.0'
4343
}
4444
repositories {
4545
mavenCentral()

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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.0.3'
4+
ext.kotlin_version = '1.0.6'
55

66
ext {
77
ext_groupId = 'com.cesarferreira'
88
ext_artifactId = 'kotlin-pluralizer'
9-
ext_version = '0.2.5'
9+
ext_version = '0.2.9'
1010
ext_url = 'https://github.com/cesarferreira/kotlin-pluralizer'
1111
ext_vcsUrl = 'https://github.com/cesarferreira/kotlin-pluralizer.git'
1212
ext_description = 'Kotlin extension to pluralize and singularize strings'
@@ -16,7 +16,7 @@ buildscript {
1616
jcenter()
1717
}
1818
dependencies {
19-
classpath 'com.android.tools.build:gradle:2.1.3'
19+
classpath 'com.android.tools.build:gradle:2.2.3'
2020
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2121
}
2222
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip

0 commit comments

Comments
 (0)