Skip to content

Commit

Permalink
updated pending dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Oct 25, 2022
1 parent cd82de3 commit dd27033
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 26 deletions.
14 changes: 6 additions & 8 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import com.google.protobuf.gradle.protoc

plugins {
id("idea")
id("com.android.application")
Expand Down Expand Up @@ -130,8 +128,8 @@ dependencies {
implementation("androidx.navigation:navigation-fragment-ktx:2.5.3")
implementation("androidx.navigation:navigation-ui-ktx:2.5.3")

implementation("com.google.dagger:hilt-android:2.42")
kapt("com.google.dagger:hilt-android-compiler:2.42")
implementation("com.google.dagger:hilt-android:2.44")
kapt("com.google.dagger:hilt-android-compiler:2.44")
kapt("androidx.hilt:hilt-compiler:1.0.0")

implementation("io.github.inflationx:viewpump:2.0.3")
Expand All @@ -140,10 +138,10 @@ dependencies {
implementation("com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:0.8.0")

implementation("com.github.bumptech.glide", "glide").version {
strictly("4.13.2")
strictly("4.14.2")
}
kapt("com.github.bumptech.glide", "compiler").version {
strictly("4.13.2")
strictly("4.14.2")
}
implementation("com.github.DatL4g:Coilifier-Android:1.2.2") {
exclude("com.github.bumptech.glide", "glide")
Expand All @@ -159,8 +157,8 @@ dependencies {
implementation("com.diogobernardino:williamchart:3.11.0")
}

protobuf.protobuf.run {
protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.21.2"
artifact = "com.google.protobuf:protoc:3.21.8"
}
}
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask

plugins {
id("com.github.ben-manes.versions") version "0.42.0"
id("com.github.ben-manes.versions") version "0.43.0"
}

buildscript {
Expand All @@ -15,12 +15,12 @@ buildscript {
maven { url = uri("https://plugins.gradle.org/m2/") }
}
dependencies {
classpath("com.android.tools.build:gradle:7.2.2")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21")
classpath("com.android.tools.build:gradle:7.3.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10")
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.5.3")
classpath("com.google.dagger:hilt-android-gradle-plugin:2.42")
classpath("org.jetbrains.kotlin:kotlin-serialization:1.6.21")
classpath("com.google.protobuf:protobuf-gradle-plugin:0.8.19")
classpath("com.google.dagger:hilt-android-gradle-plugin:2.44")
classpath("org.jetbrains.kotlin:kotlin-serialization:1.7.10")
classpath("com.google.protobuf:protobuf-gradle-plugin:0.9.1")
classpath("io.michaelrocks:paranoid-gradle-plugin:0.3.7")
classpath("com.klaxit.hiddensecrets:HiddenSecretsPlugin:0.2.1")
classpath("com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:10.5.1")
Expand Down
10 changes: 3 additions & 7 deletions datastore/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import com.google.protobuf.gradle.builtins
import com.google.protobuf.gradle.generateProtoTasks
import com.google.protobuf.gradle.protoc

plugins {
id("com.android.library")
id("kotlin-android")
Expand Down Expand Up @@ -45,12 +41,12 @@ dependencies {
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")

api("androidx.datastore:datastore-core:1.0.0")
api("com.google.protobuf:protobuf-javalite:3.21.2")
api("com.google.protobuf:protobuf-javalite:3.21.8")
}

protobuf.protobuf.run {
protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.21.2"
artifact = "com.google.protobuf:protoc:3.21.8"
}

generateProtoTasks {
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Fri Nov 05 20:49:54 CET 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
distributionSha256Sum=29e49b10984e585d8118b7d0bc452f944e386458df27371b49b4ac1dec4b7fda
distributionSha256Sum=f6b8596b10cce501591e92f229816aa4046424f3b24d771751b06779d58c8ec4
6 changes: 3 additions & 3 deletions network/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id("kotlin-android")
id("kotlin-kapt")
id("io.michaelrocks.paranoid")
id("com.apollographql.apollo3") version "3.3.2"
id("com.apollographql.apollo3") version "3.6.2"
}

android {
Expand Down Expand Up @@ -61,8 +61,8 @@ dependencies {

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4")
api("com.kttdevelopment:mal4j:2.8.1")
api("com.apollographql.apollo3:apollo-runtime:3.3.2")
api("com.kttdevelopment:mal4j:2.11.0")
api("com.apollographql.apollo3:apollo-runtime:3.6.2")

implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1")
}
Expand Down

0 comments on commit dd27033

Please sign in to comment.