Skip to content

Commit

Permalink
Play core 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
motorro committed Mar 9, 2021
1 parent 351f2a6 commit 6c65663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-beta02'
kapt 'androidx.lifecycle:lifecycle-common-java8:2.3.0'
api 'com.google.android.play:core:1.9.1'
api 'com.google.android.play:core:1.10.0'

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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply from: 'gradle/maven-publish-config.gradle'
apply plugin: 'io.github.gradle-nexus.publish-plugin'

buildscript {
ext.kotlin_version = '1.4.30'
ext.kotlin_version = '1.4.31'
ext.dokka_version = '1.4.0'
repositories {
google()
Expand Down

0 comments on commit 6c65663

Please sign in to comment.