Skip to content

Commit

Permalink
Play-core 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
motorro committed Apr 16, 2020
1 parent 4abb056 commit cb03bd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions appupdatewrapper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ dependencies {

api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

api 'androidx.core:core:1.3.0-alpha02'
api 'androidx.core:core:1.3.0-rc01'
kapt 'androidx.lifecycle:lifecycle-common-java8:2.2.0'
api 'com.google.android.play:core:1.7.1'
api 'com.google.android.play:core:1.7.2'

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,15 +2,15 @@ apply plugin: 'org.ajoberstar.grgit'
apply from: 'gradle/versioning.gradle'

buildscript {
ext.kotlin_version = '1.3.70'
ext.kotlin_version = '1.3.72'
ext.dokka_version = '0.9.18'
repositories {
google()
jcenter()

}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.1'
classpath 'com.android.tools.build:gradle:3.6.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'org.ajoberstar.grgit:grgit-gradle:3.0.0'
classpath 'com.novoda:bintray-release:0.9.1'
Expand Down

0 comments on commit cb03bd3

Please sign in to comment.