diff --git a/app/build.gradle b/app/build.gradle index f355b214..ecc34145 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { @@ -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' diff --git a/photoeditor/build.gradle b/photoeditor/build.gradle index c63ebfe5..c662aec8 100644 --- a/photoeditor/build.gradle +++ b/photoeditor/build.gradle @@ -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" } @@ -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' }