From b9565d77860b9bdb0fd5c5c5ed19b017f6e40b6c Mon Sep 17 00:00:00 2001 From: Legementarion Date: Thu, 5 Apr 2018 11:35:17 +0300 Subject: [PATCH] versions --- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 ++-- sample/build.gradle | 6 +++--- ucrop/build.gradle | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/build.gradle b/build.gradle index 76038f24e..9a0c7da21 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { } } dependencies { - classpath 'com.android.tools.build:gradle:3.0.1' + classpath 'com.android.tools.build:gradle:3.1.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index dd10a388c..9900a61ad 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed Mar 15 16:17:48 EET 2017 +#Thu Apr 05 11:34:38 EEST 2018 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip diff --git a/sample/build.gradle b/sample/build.gradle index 05bddd63f..8012fd242 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.yalantis.ucrop.sample" minSdkVersion 14 targetSdkVersion 27 - versionCode 10 - versionName "1.2.2" + versionCode 11 + versionName "1.2.3" } flavorDimensions "default" buildTypes { @@ -38,5 +38,5 @@ dependencies { implementation "com.android.support:appcompat-v7:$support" implementation "com.android.support:support-compat:$support" implementation "com.android.support.constraint:constraint-layout:$constraints" - compile project(':ucrop') + implementation project(':ucrop') } \ No newline at end of file diff --git a/ucrop/build.gradle b/ucrop/build.gradle index b6e64df17..e21dba516 100644 --- a/ucrop/build.gradle +++ b/ucrop/build.gradle @@ -8,8 +8,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 27 - versionCode 22 - versionName "2.2.0-native" + versionCode 23 + versionName "2.2.2-non-native" vectorDrawables.useSupportLibrary = true } @@ -32,6 +32,6 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:27.1.0' - compile 'com.squareup.okhttp3:okhttp:3.8.1' + implementation 'com.android.support:appcompat-v7:27.1.0' + implementation 'com.squareup.okhttp3:okhttp:3.8.1' }