Skip to content

Commit 2efb430

Browse files
v5.0.0-beta2
1 parent 1fce57b commit 2efb430

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId = "project.pipepipe.app"
1515
minSdk = 26
1616
targetSdk = 36
17-
versionCode = 2000
18-
versionName = "5.0.0-beta1"
17+
versionCode = 2001
18+
versionName = "5.0.0-beta2"
1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
}
2121

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<resources>
2-
<string name="app_name">PipePipe</string>
2+
<string name="app_name">PipePipe Beta</string>
33
</resources>

0 commit comments

Comments
 (0)