Skip to content

Commit b1d2662

Browse files
Merge pull request #106 from antonholmberg/release-3.1.0
Bump version
2 parents 884b086 + 8723f46 commit b1d2662

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

auth-lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ plugins {
3535
}
3636

3737
group = "com.spotify.android"
38-
version = "3.0.0"
38+
version = "3.1.0"
3939

4040
val archivesBaseName = "auth"
4141

auth-sample/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ android {
7878

7979
dependencies {
8080
implementation(project(":auth-lib"))
81-
// implementation("com.spotify.android:auth:2.1.1")
81+
// implementation("com.spotify.android:auth:3.1.0")
8282

8383
implementation("androidx.browser:browser:1.4.0")
8484
implementation("androidx.appcompat:appcompat:1.1.0")

0 commit comments

Comments
 (0)