File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ dependencies {
100
100
androidTestImplementation ' androidx.test.ext:junit:1.1.5'
101
101
androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
102
102
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 '
105
105
106
106
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4"
107
107
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"
Original file line number Diff line number Diff line change 40
40
android : layout_height =" wrap_content"
41
41
android : layout_marginTop =" 21dp"
42
42
android : hint =" Enter Username"
43
- android : isCredential =" true"
44
43
app : layout_constraintEnd_toEndOf =" parent"
45
44
app : layout_constraintStart_toStartOf =" parent"
46
45
app : layout_constraintTop_toBottomOf =" @+id/title" />
53
52
android : hint =" Enter Password"
54
53
android : inputType =" textPassword"
55
54
android : visibility =" gone"
56
- android : isCredential =" true"
57
55
android : imeOptions =" actionDone"
58
56
app : layout_constraintEnd_toEndOf =" parent"
59
57
app : layout_constraintStart_toStartOf =" parent"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ buildscript {
34
34
plugins {
35
35
id ' com.android.application' version ' 8.1.0' apply false
36
36
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
38
38
}
39
39
40
40
task clean (type : Delete ) {
You can’t perform that action at this time.
0 commit comments