Skip to content

Commit

Permalink
COde upto to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Niharika Arora committed Oct 19, 2023
1 parent 0a9be8b commit 064bb58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CredentialManager/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

implementation 'androidx.credentials:credentials-play-services-auth:1.2.0-rc01'
implementation 'androidx.credentials:credentials:1.2.0-rc01'
implementation 'androidx.credentials:credentials-play-services-auth:1.2.0-beta03'
implementation 'androidx.credentials:credentials:1.2.0-beta03'

implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
android:layout_height="wrap_content"
android:layout_marginTop="21dp"
android:hint="Enter Username"
android:isCredential="true"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/title" />
Expand All @@ -53,7 +52,6 @@
android:hint="Enter Password"
android:inputType="textPassword"
android:visibility="gone"
android:isCredential="true"
android:imeOptions="actionDone"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down
2 changes: 1 addition & 1 deletion CredentialManager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ buildscript {
plugins {
id 'com.android.application' version '8.1.0' apply false
id 'com.android.library' version '8.1.0' apply false
id 'org.jetbrains.kotlin.android' version '1.9.20-Beta2' apply false
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
}

task clean(type: Delete) {
Expand Down

0 comments on commit 064bb58

Please sign in to comment.