File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ apply plugin: 'kotlin-android'
1212apply plugin : ' kotlin-android-extensions'
1313
1414android {
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 {
3838dependencies {
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}
4444repositories {
4545 mavenCentral()
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.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}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
You can’t perform that action at this time.
0 commit comments