We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 884b086 + 8723f46 commit b1d2662Copy full SHA for b1d2662
2 files changed
auth-lib/build.gradle.kts
@@ -35,7 +35,7 @@ plugins {
35
}
36
37
group = "com.spotify.android"
38
-version = "3.0.0"
+version = "3.1.0"
39
40
val archivesBaseName = "auth"
41
auth-sample/build.gradle.kts
@@ -78,7 +78,7 @@ android {
78
79
dependencies {
80
implementation(project(":auth-lib"))
81
-// implementation("com.spotify.android:auth:2.1.1")
+// implementation("com.spotify.android:auth:3.1.0")
82
83
implementation("androidx.browser:browser:1.4.0")
84
implementation("androidx.appcompat:appcompat:1.1.0")
0 commit comments