Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 4d22971

Browse files
committed
Upgrade version code and version name
1 parent 411364b commit 4d22971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

owncloudComLibrary/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ android {
2929
minSdkVersion 21
3030
targetSdkVersion 29
3131

32-
versionCode = 10000700
33-
versionName = "1.0.7"
32+
versionCode = 10000800
33+
versionName = "1.0.8"
3434

3535
// This is pretty ugly but manifest placeholders don't seem to work very well when using different modules
3636
// See https://github.com/openid/AppAuth-Android/issues/325

0 commit comments

Comments
 (0)