Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
whats-open-android
Commits
df3a550d
Commit
df3a550d
authored
Aug 13, 2017
by
Robert Hitt
Browse files
Updated some dependencies
parent
d2ccce81
Pipeline
#1491
failed with stages
in 2 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/build.gradle
View file @
df3a550d
...
...
@@ -18,12 +18,12 @@ apply plugin: 'android-apt'
apply
plugin:
'realm-android'
android
{
compileSdkVersion
2
5
buildToolsVersion
'2
5
.0.
2
'
compileSdkVersion
2
6
buildToolsVersion
'2
6
.0.
1
'
defaultConfig
{
applicationId
"srct.whatsopen"
minSdkVersion
16
targetSdkVersion
2
5
targetSdkVersion
2
6
versionCode
2
versionName
"1.0.1"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
...
...
@@ -50,19 +50,19 @@ dependencies {
})
compile
'com.astuetz:pagerslidingtabstrip:1.0.1'
compile
'io.realm:android-adapters:2.0.0'
compile
'com.google.code.gson:gson:2.
7
'
compile
'com.google.code.gson:gson:2.
8.0
'
compile
'com.squareup.retrofit2:retrofit:2.1.0'
compile
'com.squareup.retrofit2:adapter-rxjava:2.0.2'
compile
'com.squareup.retrofit2:converter-gson:2.1.0'
compile
'com.android.support:appcompat-v7:2
5.3
.1'
compile
'com.android.support:cardview-v7:2
5.3
.1'
compile
'com.android.support:support-v4:2
5.3
.1'
compile
'com.android.support:recyclerview-v7:2
5.3
.1'
compile
'com.android.support:appcompat-v7:2
6.0
.1'
compile
'com.android.support:cardview-v7:2
6.0
.1'
compile
'com.android.support:support-v4:2
6.0
.1'
compile
'com.android.support:recyclerview-v7:2
6.0
.1'
compile
'io.reactivex:rxandroid:1.2.0'
compile
'io.reactivex:rxjava:1.1.4'
testCompile
'junit:junit:4.12'
compile
'com.jakewharton:butterknife:8.
4.0
'
apt
'com.jakewharton:butterknife-compiler:8.
4.0
'
compile
'com.jakewharton:butterknife:8.
5.1
'
apt
'com.jakewharton:butterknife-compiler:8.
5.1
'
debugCompile
'com.squareup.leakcanary:leakcanary-android:1.5'
releaseCompile
'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
testCompile
'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment