Skip to content

Commit

Permalink
Play-core 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
motorro committed Dec 2, 2020
1 parent 710596f commit 9850b84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appupdatewrapper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {

api 'androidx.core:core-ktx:1.5.0-alpha05'
kapt 'androidx.lifecycle:lifecycle-common-java8:2.2.0'
api 'com.google.android.play:core:1.8.3'
api 'com.google.android.play:core:1.9.0'

implementation 'com.jakewharton.timber:timber:4.7.1'

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apply plugin: 'org.ajoberstar.grgit'
apply from: 'gradle/versioning.gradle'

buildscript {
ext.kotlin_version = '1.4.10'
ext.kotlin_version = '1.4.20'
ext.dokka_version = '1.4.0'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.android.tools.build:gradle:4.1.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'org.ajoberstar.grgit:grgit-gradle:3.0.0'
classpath "org.jetbrains.dokka:dokka-gradle-plugin:$dokka_version"
Expand Down

0 comments on commit 9850b84

Please sign in to comment.