Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Apr 15, 2022
1 parent 36542f9 commit f4e0f01
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId = "de.datlag.burningseries"
minSdk = Configuration.minSdk
targetSdk = Configuration.targetSdk
versionCode = 120
versionName = "1.2.0"
versionCode = 200
versionName = "2.0.0"

multiDexEnabled = true
vectorDrawables.useSupportLibrary = true
Expand Down Expand Up @@ -82,7 +82,7 @@ dependencies {
implementation(project(mapOf("path" to ":database")))
implementation(project(mapOf("path" to ":executor")))
implementation(project(mapOf("path" to ":datastore")))
implementation("org.jetbrains.kotlin:kotlin-stdlib${CompileOptions.kotlinJdk}:1.6.10")
implementation("org.jetbrains.kotlin:kotlin-stdlib${CompileOptions.kotlinJdk}:1.6.20")

coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.5")

Expand Down Expand Up @@ -166,6 +166,6 @@ dependencies {

protobuf.protobuf.run {
protoc {
artifact = "com.google.protobuf:protoc:3.19.4"
artifact = "com.google.protobuf:protoc:3.20.0"
}
}
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ buildscript {
}
dependencies {
classpath("com.android.tools.build:gradle:7.1.3")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.20")
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.4.2")
classpath("com.google.dagger:hilt-android-gradle-plugin:2.41")
classpath("org.jetbrains.kotlin:kotlin-serialization:1.6.20")
classpath("com.google.protobuf:protobuf-gradle-plugin:0.8.18")
classpath("io.michaelrocks:paranoid-gradle-plugin:0.3.7")
classpath("com.klaxit.hiddensecrets:HiddenSecretsPlugin:0.1.3")
classpath("com.klaxit.hiddensecrets:HiddenSecretsPlugin:0.1.4")
classpath("com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:10.1.0")
}
}
Expand Down
2 changes: 1 addition & 1 deletion datastore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {

protobuf.protobuf.run {
protoc {
artifact = "com.google.protobuf:protoc:3.19.4"
artifact = "com.google.protobuf:protoc:3.20.0"
}

generateProtoTasks {
Expand Down
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#Fri Nov 05 20:49:54 CET 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
distributionSha256Sum=29e49b10984e585d8118b7d0bc452f944e386458df27371b49b4ac1dec4b7fda

0 comments on commit f4e0f01

Please sign in to comment.