Skip to content

Commit fa2e935

Browse files
committed
Remove sdk previews and update dependencies
1 parent 6b02d13 commit fa2e935

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

CredentialManager/app/build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,10 @@ keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
3131

3232
android {
3333
namespace 'com.google.credentialmanager.sample'
34-
compileSdk 34
35-
compileSdkPreview "VanillaIceCream"
34+
compileSdk 35
3635
defaultConfig {
3736
applicationId "com.google.credentialmanager.sample"
3837
minSdk 21
39-
targetSdkPreview "VanillaIceCream"
4038
versionCode 1
4139
versionName "1.0"
4240

@@ -101,8 +99,8 @@ dependencies {
10199
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
102100
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
103101

104-
implementation 'androidx.credentials:credentials-play-services-auth:1.5.0-alpha02'
105-
implementation 'androidx.credentials:credentials:1.5.0-alpha02'
102+
implementation 'androidx.credentials:credentials-play-services-auth:1.5.0'
103+
implementation 'androidx.credentials:credentials:1.5.0'
106104

107105
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3"
108106
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3"

0 commit comments

Comments
 (0)