Skip to content

Commit

Permalink
Update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
helloworld1 committed Sep 30, 2019
1 parent cd4b575 commit 256ff22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@ android {
}

dependencies {
implementation("androidx.appcompat:appcompat:1.0.2")
implementation("com.google.android.material:material:1.1.0-alpha07")
implementation("androidx.appcompat:appcompat:1.1.0")
implementation("com.google.android.material:material:1.1.0-alpha10")
implementation("com.google.zxing:core:3.4.0")
implementation("com.google.code.gson:gson:2.8.2")
implementation("com.google.code.gson:gson:2.8.5")
implementation("com.squareup.picasso:picasso:2.71828")
implementation("androidx.core:core-ktx:1.0.2")
implementation("androidx.core:core-ktx:1.1.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.1.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.1.1")
implementation(kotlin("stdlib-jdk7", KotlinCompilerVersion.VERSION))
implementation("com.google.dagger:dagger:2.22.1")
implementation("com.google.dagger:dagger-android:2.22.1")
implementation("com.google.dagger:dagger-android-support:2.22.1")
implementation("androidx.camera:camera-core:1.0.0-alpha01")
implementation("androidx.camera:camera-camera2:1.0.0-alpha01")
implementation("androidx.camera:camera-core:1.0.0-alpha05")
implementation("androidx.camera:camera-camera2:1.0.0-alpha05")
kapt("com.google.dagger:dagger-compiler:2.22.1")
kapt("com.google.dagger:dagger-android-processor:2.22.1")
kapt("com.google.dagger:dagger-android-support:2.22.1")
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buildscript {
google()
}
dependencies {
classpath("com.android.tools.build:gradle:3.4.1")
classpath(kotlin("gradle-plugin", version = "1.3.31"))
classpath("com.android.tools.build:gradle:3.5.0")
classpath(kotlin("gradle-plugin", version = "1.3.50"))
}
}

Expand Down

0 comments on commit 256ff22

Please sign in to comment.