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..024b03710 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:29:51 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 86b6ee6ef..da52e52e8 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-native" vectorDrawables.useSupportLibrary = true } @@ -36,6 +36,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' }