diff --git a/.gitignore b/.gitignore index 3ba4daee9..418215154 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ /.idea/dictionaries /.idea/modules.xml /.idea/misc.xml +/.idea/discord.xml /.idea/workspace.xml /.idea/navEditor.xml /.idea/assetWizardSettings.xml diff --git a/app/build.gradle b/app/build.gradle index 48da5314c..e1c007038 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdkVersion 21 targetSdkVersion 32 - versionCode 408 - versionName '3.3-beta1' + versionCode 409 + versionName '3.3' generatedDensities = [] testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"