Skip to content

Commit 2d35b8e

Browse files
committed
set version to 21.2.0
For 21.2.0, loginv2 and qr code login were reverted because loginv2 did not work reliable and qr code login was build on top of the changed code. To mot mess around, both features are reverted and v21.2.0 will basically only bump the targetSdkVersion and include minor bugfixes. qr code login will comme with v22 and loginv2 whenever it is ready to be released. Signed-off-by: Marcel Hibbe <[email protected]>
1 parent 2925cf2 commit 2d35b8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ android {
3939

4040
// mayor.minor.hotfix.increment (for increment: 01-50=Alpha / 51-89=RC / 90-99=stable)
4141
// xx .xxx .xx .xx
42-
versionCode 210020051
43-
versionName "21.2.0 RC1"
42+
versionCode 210020090
43+
versionName "21.2.0"
4444

4545
flavorDimensions "default"
4646
renderscriptTargetApi 19

0 commit comments

Comments
 (0)