mirror of
https://github.com/Michatec/Radio.git
synced 2026-01-31 07:20:40 +00:00
Some Bugfixes and Improvments
- Update the libary gson. - Deleted some unuseful Code. - added some locals to locales config.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user