We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c487428 commit dd96360Copy full SHA for dd96360
app/build.gradle.kts
@@ -23,8 +23,8 @@ android {
23
minSdk = AndroidConfig.minSdkVersion
24
targetSdk = AndroidConfig.targetSdkVersion
25
applicationId = "org.nekomanga.neko"
26
- versionCode = 2
27
- versionName = "2.16.1"
+ versionCode = 3
+ versionName = "2.16.2"
28
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
29
multiDexEnabled = true
30
setProperty("archivesBaseName", "Neko")
0 commit comments