Skip to content

Commit

Permalink
Updated version & Gson
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbailey committed Dec 24, 2015
1 parent 9e7b0b8 commit 333efb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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\""
Expand Down Expand Up @@ -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') {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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</string>
<string name="uses_gson_header">Gson</string>
<string name="uses_gson_detail">Version 2.3.1 distributed by Google, Inc. under an Apache License,
<string name="uses_gson_detail">Version 2.4 distributed by Google, Inc. under an Apache License,
Version 2.0</string>
<string name="uses_glide_header">Glide</string>
<string name="uses_glide_detail">Version 3.6.1; distributed by Google, Inc. under a BSD License</string>
Expand Down

0 comments on commit 333efb8

Please sign in to comment.