Some Bugfixes and Improvments

- Update the libary gson.
- Deleted some unuseful Code.
- added some locals to locales config.
This commit is contained in:
Michatec
2025-06-11 17:36:47 +02:00
parent 5ecbede8b5
commit 0a56971fa2
14 changed files with 35 additions and 78 deletions

View File

@@ -9,6 +9,7 @@ android {
defaultConfig {
applicationId 'com.michatec.radio'
minSdk 28
//noinspection OldTargetApi
targetSdk 35
versionCode 129
versionName '12.9'
@@ -48,7 +49,7 @@ dependencies {
// Google Stuff //
implementation 'com.google.android.material:material:1.12.0'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.google.code.gson:gson:2.13.1'
// AndroidX Stuff //
implementation 'androidx.activity:activity-ktx:1.10.1'