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 d95ff9e commit 06c2dadCopy full SHA for 06c2dad
app/build.gradle.kts
@@ -16,8 +16,8 @@ android {
16
applicationId = "com.launium.mcping"
17
minSdk = 21
18
targetSdk = 34
19
- versionCode = 6
20
- versionName = "0.3.0"
+ versionCode = 7
+ versionName = "0.3.1"
21
setProperty("archivesBaseName", "MCPing-$versionName")
22
23
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
0 commit comments