Update version to v3.3

This commit is contained in:
Koitharu
2022-05-20 19:12:58 +03:00
parent 312fb033e0
commit fc2820ec11
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -6,6 +6,7 @@
/.idea/dictionaries
/.idea/modules.xml
/.idea/misc.xml
/.idea/discord.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml

View File

@@ -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"