diff --git a/app/build.gradle b/app/build.gradle index f8ef47b9..e1fe8c4d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { applicationId "com.marverenic.music" minSdkVersion 15 targetSdkVersion 23 - versionCode 40103 - versionName "1.1.1" + versionCode 40104 + versionName "1.1.2" /* Release channel used in com.marverenic.music.utils.Updater for independent releases */ // buildConfigField "String", "CHANNEL", "\"alpha\"" @@ -65,7 +65,7 @@ dependencies { compile 'com.android.support:recyclerview-v7:23.1.1' compile 'com.android.support:cardview-v7:23.1.1' compile 'com.github.bumptech.glide:glide:3.6.1' - compile 'com.google.code.gson:gson:2.3.1' + compile 'com.google.code.gson:gson:2.4' compile 'com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.8.2' compile 'com.h6ah4i.android.widget.verticalseekbar:verticalseekbar:0.5.2' compile('com.crashlytics.sdk.android:crashlytics:2.5.2@aar') { diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 78b4ae5f..c7cfc0d4 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -170,7 +170,7 @@ CardView 23.1.1, Design 23.1.1, Palette 23.1.1; distributed by the Android Open Source Project under an Apache License, Version 2.0 Gson - Version 2.3.1 distributed by Google, Inc. under an Apache License, + Version 2.4 distributed by Google, Inc. under an Apache License, Version 2.0 Glide Version 3.6.1; distributed by Google, Inc. under a BSD License