File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
31
31
32
32
android {
33
33
namespace ' com.google.credentialmanager.sample'
34
- compileSdkVersion 34
34
+ compileSdk 34
35
35
defaultConfig {
36
36
applicationId " com.google.credentialmanager.sample"
37
37
minSdk 21
@@ -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-beta01 '
104
- implementation ' androidx.credentials:credentials:1.2.0-beta01 '
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 @@ -32,8 +32,8 @@ buildscript {
32
32
33
33
// Top-level build file where you can add configuration options common to all sub-projects/modules.
34
34
plugins {
35
- id ' com.android.application' version ' 7.3.1 ' apply false
36
- id ' com.android.library' version ' 7.3.1 ' apply false
35
+ id ' com.android.application' version ' 8.1.0 ' apply false
36
+ id ' com.android.library' version ' 8.1.0 ' apply false
37
37
id ' org.jetbrains.kotlin.android' version ' 1.8.10' apply false
38
38
}
39
39
Original file line number Diff line number Diff line change 1
1
# Wed Dec 28 18:22:13 IST 2022
2
2
distributionBase =GRADLE_USER_HOME
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.1 -bin.zip
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments