Skip to content

Commit

Permalink
fix login
Browse files Browse the repository at this point in the history
(cherry picked from commit 205b133)
  • Loading branch information
crackededed committed Jun 14, 2024
1 parent dda35b3 commit 35dbfa4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
applicationId = "com.github.andreyasadchy.xtra"
minSdk = 21
targetSdk = 34
versionCode = 242
versionName = "2.32.3"
versionCode = 243
versionName = "2.32.4"
}

buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import com.google.gson.annotations.SerializedName
class ValidationResponse(
@SerializedName("client_id")
val clientId: String?,
@SerializedName("login")
val login: String?,
@SerializedName("user_id")
val userId: String?)
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]
android-gradle-plugin = "8.4.1"
android-gradle-plugin = "8.5.0"
apollo = "3.8.4"
appcompat = "1.7.0"
checker-qual = "3.43.0"
checker-qual = "3.44.0"
coil = "2.6.0"
constraintlayout = "2.1.4"
core = "1.13.1"
coroutines = "1.8.1"
draglistview = "1.7.3"
flexbox = "3.0.0"
fragment = "1.7.1"
fragment = "1.8.0"
glide = "4.16.0"
glide-webpdecoder = "2.6.4.16.0"
gson = "2.11.0"
Expand All @@ -18,7 +18,7 @@ hilt-extension-compiler = "1.2.0"
hilt-work = "1.2.0"
kotlin = "2.0.0"
ksp = "2.0.0-1.0.22"
lifecycle = "2.8.1"
lifecycle = "2.8.2"
material = "1.12.0"
media3 = "1.3.1"
navigation = "2.7.7"
Expand Down

0 comments on commit 35dbfa4

Please sign in to comment.