diff --git a/Atarashii/build.gradle b/Atarashii/build.gradle index 70876f37..c8f48bd8 100644 --- a/Atarashii/build.gradle +++ b/Atarashii/build.gradle @@ -45,13 +45,13 @@ android { } productFlavors { Production { - versionCode 23 - versionName '2.2.2' + versionCode 24 + versionName '2.2.3' } Beta { applicationId 'net.somethingdreadful.MAL.beta' - versionCode 60 - versionName '2.2.2' + versionCode 61 + versionName '2.2.3' } }