Skip to content

Commit

Permalink
Merge pull request #639 from wallabag/bump-dependencies
Browse files Browse the repository at this point in the history
bump dependencies & version
  • Loading branch information
tcitworld authored Oct 21, 2017
2 parents 4a86ba3 + 8ca0456 commit 896320f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ android:
- platform-tools

# The BuildTools version used by your project
- build-tools-25.0.3
- build-tools-26.0.2

# The SDK version used to compile your project
- android-25
- android-26

# Additional components
# - extra-google-google_play_services
Expand Down
22 changes: 11 additions & 11 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ apply plugin: 'com.android.application'
apply plugin: 'org.greenrobot.greendao'

android {
compileSdkVersion 25
buildToolsVersion '25.0.3'
compileSdkVersion 26
buildToolsVersion '26.0.2'

defaultConfig {
applicationId "fr.gaulupeau.apps.InThePoche"
minSdkVersion 11
targetSdkVersion 25
versionCode 105
versionName "2.0.1"
minSdkVersion 14
targetSdkVersion 26
versionCode 106
versionName "2.0.2"

javaCompileOptions {
annotationProcessorOptions {
Expand Down Expand Up @@ -50,12 +50,12 @@ greendao {
}

dependencies {
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:support-v4:25.3.1'
compile 'com.android.support:recyclerview-v7:25.3.1'
compile 'com.android.support:design:25.3.1'
compile 'com.android.support:appcompat-v7:26.1.0'
compile 'com.android.support:support-v4:26.1.0'
compile 'com.android.support:recyclerview-v7:26.1.0'
compile 'com.android.support:design:26.1.0'
// workaround for https://code.google.com/p/android/issues/detail?id=231324
compile 'com.android.support:cardview-v7:25.3.1'
compile 'com.android.support:cardview-v7:26.1.0'
compile 'org.greenrobot:eventbus:3.0.0'
compile 'org.greenrobot:greendao:3.2.2'
annotationProcessor 'org.greenrobot:eventbus-annotation-processor:3.0.1'
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
maven { url 'https://maven.google.com' }
}
}

0 comments on commit 896320f

Please sign in to comment.