Skip to content

Commit

Permalink
update: build.gradle wrapper properties
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Mar 28, 2024
1 parent 2b2cb6b commit 8e2deee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,19 @@ dependencies {

implementation "com.google.android.material:material:1.11.0"

implementation "androidx.lifecycle:lifecycle-process:2.6.2"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.6.2"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2"
implementation "androidx.lifecycle:lifecycle-process:2.7.0"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.7.0"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.7.0"

implementation "com.google.code.gson:gson:2.10.1"

implementation "com.squareup.okhttp3:okhttp:5.0.0-alpha.7"
implementation "com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.7"

implementation "com.squareup.retrofit2:retrofit:2.9.0"
implementation "com.squareup.retrofit2:converter-gson:2.9.0"
implementation "com.squareup.retrofit2:adapter-rxjava3:2.9.0"
implementation "com.squareup.retrofit2:retrofit:2.10.0"
implementation "com.squareup.retrofit2:converter-gson:2.10.0"
implementation "com.squareup.retrofit2:adapter-rxjava3:2.10.0"

implementation "io.reactivex.rxjava3:rxjava:3.1.8"
implementation "io.reactivex.rxjava3:rxandroid:3.0.2"
Expand All @@ -87,8 +87,8 @@ dependencies {

implementation "com.github.chuckerteam.chucker:library:4.0.0"

kapt "com.github.bumptech.glide:compiler:4.15.1"
kapt "androidx.lifecycle:lifecycle-compiler:2.6.2"
kapt "com.github.bumptech.glide:compiler:4.16.0"
kapt "androidx.lifecycle:lifecycle-compiler:2.7.0"
kapt "com.google.dagger:hilt-compiler:2.49"
kapt "androidx.room:room-compiler:2.6.1"

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Feb 18 14:00:40 WIB 2023
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 8e2deee

Please sign in to comment.