Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
  • Loading branch information
LoxiaLiSA committed Dec 4, 2024
1 parent 992ab23 commit 916cce7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/ceui/pixiv/ui/common/DataSource.kt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ open class DataSource<Item, T: KListShow<Item>>(
val responseJson = responseBody.string()
gson.fromJson(responseJson, responseClass)
}
responseClass = response::class.java as Class<T>
_nextPageUrl = response.nextPageUrl
_liveNextUrl.value = response.nextPageUrl
if (response.displayList.isNotEmpty()) {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.5.2'
classpath 'com.android.tools.build:gradle:8.7.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.25"
classpath 'com.google.gms:google-services:4.4.2'
classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.2'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Jul 28 19:06:18 CST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 916cce7

Please sign in to comment.