Skip to content

Commit 886ef32

Browse files
Merge pull request #2907 from nextcloud/fix/version-name
fix: version name
2 parents d28fbb6 + 5cd3316 commit 886ef32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android {
1919
compileSdk = 36
2020
targetSdk 36
2121
versionCode 40050251
22-
versionName "4.5.2"
22+
versionName "4.5.2 RC1"
2323
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2424
javaCompileOptions {
2525
annotationProcessorOptions {

0 commit comments

Comments
 (0)