Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #66 from readium/fixes/cleanup
Browse files Browse the repository at this point in the history
updated dependencies
  • Loading branch information
aferditamuriqi authored Jul 26, 2019
2 parents 1f7642a + 93cb266 commit 2f881e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions r2-shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ group='com.github.readium'

android {

compileSdkVersion 28
compileSdkVersion 29
defaultConfig {
minSdkVersion 21
targetSdkVersion 28
targetSdkVersion 29

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand All @@ -35,8 +35,8 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation 'com.jakewharton.timber:timber:4.7.1'
implementation "androidx.appcompat:appcompat:1.1.0-beta01"
implementation 'com.google.code.gson:gson:2.8.2'
implementation "androidx.appcompat:appcompat:1.1.0-rc01"
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.github.kittinunf.fuel:fuel:1.16.0'
implementation 'com.github.kittinunf.fuel:fuel-android:1.16.0'
implementation 'nl.komponents.kovenant:kovenant:3.3.0'
Expand Down

0 comments on commit 2f881e2

Please sign in to comment.