Skip to content
Snippets Groups Projects
Commit b705fa75 authored by John Carlson's avatar John Carlson
Browse files

Release 2.1.4

parent 9a50bc8e
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -10,8 +10,8 @@ android {
applicationId "com.commit451.gitlab"
minSdkVersion 16
targetSdkVersion 23
versionCode 213
versionName "2.1.3"
versionCode 214
versionName "2.1.4"
}
buildTypes {
release {
Loading
Loading
@@ -40,7 +40,7 @@ dependencies {
compile 'com.android.support:cardview-v7:23.1.1'
compile 'com.android.support:palette-v7:23.1.1'
compile 'com.google.code.gson:gson:2.4'
compile 'net.danlew:android.joda:2.8.2'
compile 'net.danlew:android.joda:2.9.0'
compile 'com.squareup.picasso:picasso:2.5.2'
compile 'com.squareup.retrofit:retrofit:2.0.0-beta2'
compile 'com.squareup.retrofit:converter-gson:2.0.0-beta2'
Loading
Loading
@@ -49,7 +49,7 @@ dependencies {
exclude group: 'stax', module: 'stax-api'
exclude group: 'stax', module: 'stax'
}
compile 'com.squareup.okhttp:okhttp:2.5.0'
compile 'com.squareup.okhttp:okhttp:2.6.0'
compile 'com.squareup:otto:1.3.8'
compile 'com.jakewharton:butterknife:7.0.1'
compile 'com.jakewharton.timber:timber:4.1.0'
Loading
Loading
@@ -62,7 +62,7 @@ dependencies {
compile 'com.commit451:easel:0.0.4'
compile 'com.github.ivbaranov:MaterialLetterIcon:0.2.1'
compile 'com.github.johnkil.android-robototextview:robototextview:2.4.3'
compile('com.crashlytics.sdk.android:crashlytics:2.5.2@aar') {
compile('com.crashlytics.sdk.android:crashlytics:2.5.3@aar') {
transitive = true;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment