diff --git a/app/build.gradle b/app/build.gradle index 2b77401b74..57d8c46f5d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId 'com.github.doomsdayrs.apps.shosetsu' minSdkVersion 22 targetSdkVersion 29 - versionCode 23 - versionName "v1.1.0" + versionCode 24 + versionName "v1.1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true }