Skip to content

Commit

Permalink
Updating all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dllewellyn committed Mar 2, 2024
1 parent 55aa09a commit b78ba7e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ plugins {
id 'io.codearte.nexus-staging' version '0.11.0'
id "io.gitlab.arturbosch.detekt" version "1.22.0"
id "org.jetbrains.kotlinx.kover" version "0.6.0"
id 'com.android.application' version '7.4.0' apply false
id 'com.android.library' version '7.4.0' apply false
id 'com.android.application' version '8.3.0' apply false
id 'com.android.library' version '8.3.0' apply false
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
}

Expand Down
6 changes: 3 additions & 3 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Apr 12 09:51:02 BST 2021
#Sat Mar 02 07:53:29 GMT 2024
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion safeToRunBuilder/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id("io.gitlab.arturbosch.detekt")
id("com.diffplug.spotless")
id("org.jetbrains.dokka")
id("com.github.johnrengelman.shadow") version "5.0.0"
id("com.github.johnrengelman.shadow") version "8.1.1"
`java-gradle-plugin`
id("org.jetbrains.kotlinx.kover")

Expand Down
2 changes: 1 addition & 1 deletion safeToRunInternal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id "com.diffplug.spotless"
id "io.gitlab.arturbosch.detekt"
id 'org.jetbrains.kotlin.plugin.serialization' version '1.5.0'
id("com.github.johnrengelman.shadow") version "5.0.0"
id("com.github.johnrengelman.shadow") version "8.1.1"
id 'org.jetbrains.kotlinx.kover'
}

Expand Down

0 comments on commit b78ba7e

Please sign in to comment.