Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1973fc4f authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Add login layout ID for pre-launch tests; version bump to 3.3.6-beta1

parent e6cc3261
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ android {
    defaultConfig {
        applicationId "at.bitfire.davdroid"

        versionCode 303050000
        versionCode 303060000
        buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"

        minSdkVersion 21        // Android 5
@@ -47,7 +47,7 @@ android {
    flavorDimensions "distribution"
    productFlavors {
        standard {
            versionName "3.3.5-ose"
            versionName "3.3.6-beta1-ose"
        }
    }

+2 −0
Original line number Diff line number Diff line
@@ -77,6 +77,7 @@
                        app:errorEnabled="true">
                        <!--suppress AndroidUnknownAttribute -->
                        <com.google.android.material.textfield.TextInputEditText
                            android:id="@+id/loginEmailAddress"
                            android:layout_width="match_parent"
                            android:layout_height="wrap_content"
                            android:afterTextChanged="@{model::clearUsernameError}"
@@ -96,6 +97,7 @@
                        app:errorEnabled="true">
                        <!--suppress AndroidUnknownAttribute -->
                        <com.google.android.material.textfield.TextInputEditText
                            android:id="@+id/loginEmailPassword"
                            android:layout_width="match_parent"
                            android:layout_height="wrap_content"
                            android:afterTextChanged="@{model::clearPasswordError}"