Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sovan22 committed Dec 11, 2023
1 parent a838f4e commit 2d8f0e1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
minSdk 26
targetSdk 34
versionCode 1
versionName "1.1.0"
versionName "1.1.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down Expand Up @@ -59,6 +59,10 @@ android {

dependencies {

def paging_version = "3.2.1"

implementation "androidx.paging:paging-runtime:$paging_version"

implementation 'androidx.core:core-ktx:1.9.0'
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.3.1"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.2.0"
Expand All @@ -73,7 +77,7 @@ dependencies {
// implementation("it.skrape:skrapeit:1.2.2")
// implementation 'org.jsoup:jsoup:1.14.3'
// implementation 'org.danilopianini:khttp:1.3.1'
implementation 'com.github.Blatzar:NiceHttp:+'
implementation 'com.github.Blatzar:NiceHttp:0.4.4'
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2'
implementation("com.squareup.okhttp3:okhttp:4.10.0")
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
Expand Down

0 comments on commit 2d8f0e1

Please sign in to comment.