Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring #352

Merged
merged 17 commits into from
May 25, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
#351 Bumped the version to 1.1.3
burhanrashid52 committed May 23, 2021
commit c3a0134fae2a6742c4f42daa60c1ecb479d8185b
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -6,8 +6,8 @@ android {
applicationId "com.burhanrashid52.photoediting"
minSdkVersion 14
targetSdkVersion 30
versionCode 4
versionName "1.1.2"
versionCode 5
versionName "1.1.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
6 changes: 3 additions & 3 deletions photoeditor/build.gradle
Original file line number Diff line number Diff line change
@@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 30
versionCode 3
versionName "1.1.2"
versionCode 4
versionName "1.1.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

}
@@ -52,7 +52,7 @@ dependencies {

ext {
PUBLISH_GROUP_ID = 'com.burhanrashid52'
PUBLISH_VERSION = '1.1.2'
PUBLISH_VERSION = '1.1.3'
PUBLISH_ARTIFACT_ID = 'photoeditor'
}