Update gradle and app version

This commit is contained in:
Koitharu
2022-05-15 16:36:08 +03:00
parent 0dc4e63b7a
commit 5abf5d3367
4 changed files with 22 additions and 21 deletions

View File

@@ -14,8 +14,8 @@ android {
applicationId 'org.koitharu.kotatsu'
minSdkVersion 21
targetSdkVersion 32
versionCode 407
versionName '3.2.3'
versionCode 408
versionName '3.3-beta1'
generatedDensities = []
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"