Skip to content

Commit f27dcc3

Browse files
tobiasKaminskybackportbot[bot]
authored andcommitted
New versions
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent b884b0a commit f27dcc3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

library/src/main/java/com/owncloud/android/lib/resources/status/NextcloudVersion.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ class NextcloudVersion : OwnCloudVersion {
3232

3333
@JvmField
3434
val nextcloud_28 = NextcloudVersion(0x1C000000) // 28.0
35+
36+
@JvmField
37+
val nextcloud_29 = NextcloudVersion(0x1D000000) // 29.0
38+
39+
@JvmField
40+
val nextcloud_30 = NextcloudVersion(0x1E000000) // 30.0
3541
}
3642

3743
constructor(string: String) : super(string)

0 commit comments

Comments
 (0)