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 1fce57b commit 2efb430Copy full SHA for 2efb430
android/build.gradle.kts
@@ -14,8 +14,8 @@ android {
14
applicationId = "project.pipepipe.app"
15
minSdk = 26
16
targetSdk = 36
17
- versionCode = 2000
18
- versionName = "5.0.0-beta1"
+ versionCode = 2001
+ versionName = "5.0.0-beta2"
19
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
20
}
21
android/src/main/res/values/strings.xml
@@ -1,3 +1,3 @@
1
<resources>
2
- <string name="app_name">PipePipe</string>
+ <string name="app_name">PipePipe Beta</string>
3
</resources>
0 commit comments