Skip to content

Commit

Permalink
update gradle (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
MCAxiaz committed Dec 25, 2018
1 parent fcd55ca commit d421856
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ android {
publishNonDefault true

defaultConfig {
applicationId "eu.kanade.tachiyomi"
applicationId "eu.kanade.tachiyomi.axiaz"
minSdkVersion 16
targetSdkVersion 27
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 38
versionName "0.8.0"
versionCode 39
versionName "1.8.0"

buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
Expand Down Expand Up @@ -116,11 +116,11 @@ dependencies {
implementation "com.android.support:support-annotations:$support_library_version"
implementation "com.android.support:customtabs:$support_library_version"

implementation 'com.android.support.constraint:constraint-layout:1.1.2'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'

implementation 'com.android.support:multidex:1.0.3'

standardImplementation 'com.google.firebase:firebase-core:11.8.0'
standardImplementation 'com.google.firebase:firebase-core:16.0.6'

// ReactiveX
implementation 'io.reactivex:rxandroid:1.2.1'
Expand Down Expand Up @@ -151,11 +151,11 @@ dependencies {
implementation 'com.github.inorichi:unifile:e9ee588'

// HTML parser
implementation 'org.jsoup:jsoup:1.10.2'
implementation 'org.jsoup:jsoup:1.11.3'

// Job scheduling
implementation 'com.evernote:android-job:1.2.5'
implementation 'com.google.android.gms:play-services-gcm:11.8.0'
implementation 'com.google.android.gms:play-services-gcm:16.0.0'

// Changelog
implementation 'com.github.gabrielemariotti.changeloglib:changelog:2.1.0'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.17.0'
classpath 'com.github.zellius:android-shortcut-gradle-plugin:0.1.2'
classpath 'com.google.gms:google-services:3.2.0'
classpath 'com.google.gms:google-services:4.2.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down

0 comments on commit d421856

Please sign in to comment.