Skip to content

Commit

Permalink
Play-core 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
motorro committed Nov 12, 2020
1 parent 49f94ff commit 710596f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appupdatewrapper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ dependencies {

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

api 'androidx.core:core:1.5.0-alpha04'
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.2'
api 'com.google.android.play:core:1.8.3'

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

Expand Down
2 changes: 1 addition & 1 deletion testapp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.motorro.appupdatewrapper">
package="com.motorro.appupdatewrapper.testapp">

<application
android:allowBackup="true"
Expand Down

0 comments on commit 710596f

Please sign in to comment.