Skip to content

Commit

Permalink
Bumped the library version
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanrashid52 committed Jul 10, 2021
1 parent 2b47c30 commit 1db7246
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 14
targetSdkVersion 30
versionCode 5
versionName "1.1.4"
versionName "1.5.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -31,7 +31,7 @@ dependencies {
// NOTE(lucianocheng): Using the local photoeditor implementation instead of the published
// maven package to faciliate testing, and for the integration tests
// to work on locally modified code.
//implementation 'com.burhanrashid52:photoeditor:1.1.4'
//implementation 'com.burhanrashid52:photoeditor:1.5.0'
implementation project(':photoeditor')
implementation 'androidx.cardview:cardview:1.0.0'

Expand Down
4 changes: 2 additions & 2 deletions photoeditor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 14
targetSdkVersion 30
versionCode 4
versionName "1.1.4"
versionName "1.5.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

}
Expand Down Expand Up @@ -52,7 +52,7 @@ dependencies {

ext {
PUBLISH_GROUP_ID = 'com.burhanrashid52'
PUBLISH_VERSION = '1.1.4'
PUBLISH_VERSION = '1.5.0'
PUBLISH_ARTIFACT_ID = 'photoeditor'
}

Expand Down

0 comments on commit 1db7246

Please sign in to comment.