Skip to content

Commit

Permalink
Merge pull request #402 from Legementarion/round_cut
Browse files Browse the repository at this point in the history
versions
  • Loading branch information
PenzK authored Apr 5, 2018
2 parents d219fd5 + 8e1ae73 commit b7f4176
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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')
}
8 changes: 4 additions & 4 deletions ucrop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand All @@ -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'
}

0 comments on commit b7f4176

Please sign in to comment.