Skip to content

Commit

Permalink
AGP 8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yueeng committed Jun 14, 2024
1 parent 9abd6a2 commit 3d69897
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ class QueryFragment : Fragment() {
}
}

@SuppressLint("SetTextI18n")
override fun onBindViewHolder(holder: QueryHolder, position: Int) {
val item = currentList[position]
holder.binding.text1.text = item.first
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
agp = "8.4.2"
agp = "8.5.0"
kotlin = "2.0.0"
ksp = "2.0.0-1.0.22"
glide = "4.16.0"
Expand All @@ -10,11 +10,11 @@ androidx_core = "1.13.1"
androidx_preference = "1.2.1"
androidx_appcompat = "1.7.0"
androidx_constraintlayout = "2.1.4"
androidx_lifecycle = "2.8.1"
androidx_lifecycle = "2.8.2"
androidx_swiperefreshlayout = "1.1.0"
androidx_paging = "3.3.0"
androidx_activity = "1.9.0"
androidx_fragment = "1.7.1"
androidx_fragment = "1.8.0"
androidx_work = "2.9.0"
androidx_palette = "1.0.0"
androidx_room = "2.6.1"
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 @@
#Fri Jan 13 13:24:35 CST 2023
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 3d69897

Please sign in to comment.