diff --git a/app/build.gradle b/app/build.gradle index 2bd9b121d..32ae6b6d1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' diff --git a/app/src/main/java/app/simple/inure/adapters/home/AdapterFOSS.kt b/app/src/main/java/app/simple/inure/adapters/home/AdapterFOSS.kt index 7b9fd800e..3c5e58662 100644 --- a/app/src/main/java/app/simple/inure/adapters/home/AdapterFOSS.kt +++ b/app/src/main/java/app/simple/inure/adapters/home/AdapterFOSS.kt @@ -62,7 +62,7 @@ class AdapterFOSS : RecyclerView.Adapter() { 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()) } } @@ -104,4 +104,4 @@ class AdapterFOSS : RecyclerView.Adapter() { inner class Header(itemView: View) : VerticalListViewHolder(itemView) { val total: TypeFaceTextView = itemView.findViewById(R.id.adapter_total_apps) } -} \ No newline at end of file +} diff --git a/fastlane/metadata/android/en-US/changelogs/10063.txt b/fastlane/metadata/android/en-US/changelogs/10063.txt new file mode 100644 index 000000000..9d3bae4d0 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/10063.txt @@ -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 \ No newline at end of file