diff --git a/app/build.gradle b/app/build.gradle index 3b9eb05c..8e45dc0e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.mrgames13.jimdo.colorconverter" minSdkVersion 21 targetSdkVersion 29 - versionCode 2201 - versionName "2.2.1" + versionCode 2290 + versionName "2.3.0-beta01" vectorDrawables.useSupportLibrary = true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }