Skip to content

Commit 064bb58

Browse files
author
Niharika Arora
committed
COde upto to beta
1 parent 0a9be8b commit 064bb58

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CredentialManager/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ dependencies {
100100
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
101101
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
102102

103-
implementation 'androidx.credentials:credentials-play-services-auth:1.2.0-rc01'
104-
implementation 'androidx.credentials:credentials:1.2.0-rc01'
103+
implementation 'androidx.credentials:credentials-play-services-auth:1.2.0-beta03'
104+
implementation 'androidx.credentials:credentials:1.2.0-beta03'
105105

106106
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4"
107107
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"

CredentialManager/app/src/main/res/layout/fragment_sign_up.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
android:layout_height="wrap_content"
4141
android:layout_marginTop="21dp"
4242
android:hint="Enter Username"
43-
android:isCredential="true"
4443
app:layout_constraintEnd_toEndOf="parent"
4544
app:layout_constraintStart_toStartOf="parent"
4645
app:layout_constraintTop_toBottomOf="@+id/title" />
@@ -53,7 +52,6 @@
5352
android:hint="Enter Password"
5453
android:inputType="textPassword"
5554
android:visibility="gone"
56-
android:isCredential="true"
5755
android:imeOptions="actionDone"
5856
app:layout_constraintEnd_toEndOf="parent"
5957
app:layout_constraintStart_toStartOf="parent"

CredentialManager/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ buildscript {
3434
plugins {
3535
id 'com.android.application' version '8.1.0' apply false
3636
id 'com.android.library' version '8.1.0' apply false
37-
id 'org.jetbrains.kotlin.android' version '1.9.20-Beta2' apply false
37+
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
3838
}
3939

4040
task clean(type: Delete) {

0 commit comments

Comments
 (0)