Skip to content

Commit

Permalink
update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
james58899 committed Nov 6, 2018
1 parent 2153572 commit f337a79
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "one.oktw.muzeipixivsource"
minSdkVersion 19
targetSdkVersion 28
versionCode 24
versionName "2.1.0"
versionCode 25
versionName "2.1.1"
}
buildTypes {
release {
Expand All @@ -30,16 +30,16 @@ android {

dependencies {
// implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'androidx.appcompat:appcompat:1.0.1'
implementation 'androidx.preference:preference-ktx:1.0.0'
implementation 'android.arch.work:work-runtime-ktx:1.0.0-alpha10'
implementation 'androidx.core:core-ktx:1.0.0'
implementation 'androidx.core:core-ktx:1.0.1'
implementation 'com.google.android.material:material:1.0.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.0.0'
implementation 'com.squareup.okhttp3:okhttp:3.11.0'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.google.firebase:firebase-core:16.0.4'
implementation 'com.google.firebase:firebase-core:16.0.5'
implementation 'com.google.firebase:firebase-messaging:17.3.4'
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.5'
implementation 'com.google.android.apps.muzei:muzei-api:3.0.0'
Expand Down

0 comments on commit f337a79

Please sign in to comment.