Skip to content

Commit

Permalink
release 10063
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza417 committed Jul 4, 2024
1 parent 33449b7 commit 302c2d9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.fragment:fragment-ktx:1.8.1'
implementation 'androidx.activity:activity-ktx:1.9.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.2'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.2'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.3'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.3'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'
implementation 'androidx.webkit:webkit:1.11.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class AdapterFOSS : RecyclerView.Adapter<VerticalListViewHolder>() {
true
}
} else if (holder is Header) {
holder.total.text = String.format(holder.itemView.context.getString(R.string.total_apps), apps.size)
holder.total.text = String.format(holder.itemView.context.getString(R.string.total_apps), apps.size.toString())
}
}

Expand Down Expand Up @@ -104,4 +104,4 @@ class AdapterFOSS : RecyclerView.Adapter<VerticalListViewHolder>() {
inner class Header(itemView: View) : VerticalListViewHolder(itemView) {
val total: TypeFaceTextView = itemView.findViewById(R.id.adapter_total_apps)
}
}
}
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10063.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Refer to Change Logs under About section of the app to get the detailed list of all changes in this version.

Feel free to join app's Telegram channel for future development updates: https://t.me/inure_app_manager

0 comments on commit 302c2d9

Please sign in to comment.