Skip to content

Commit

Permalink
Bumped the version
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanrashid52 committed May 25, 2021
1 parent c5f2b31 commit a5a0cc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.3"
versionName "1.1.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
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.3"
versionName "1.1.4"
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.3-beta02'
PUBLISH_VERSION = '1.1.4'
PUBLISH_ARTIFACT_ID = 'photoeditor'
}

Expand Down

0 comments on commit a5a0cc1

Please sign in to comment.