diff --git a/app/build.gradle b/app/build.gradle index c3d3eaa59..ecef8c661 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.axiel7.moelist" minSdk 23 targetSdk 33 - versionCode 99 - versionName "3.1" + versionCode 100 + versionName "3.1.1" archivesBaseName = "moelist-v$versionName" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"