Skip to content

Commit

Permalink
Merge pull request #31 from droidconKE/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
tamzi committed Jul 20, 2023
2 parents b0eafee + 4b91a8e commit 33d10a7
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cache-default-branch-only: true
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.1.0
uses: JetBrains/qodana-action@v2023.2.1



2 changes: 1 addition & 1 deletion chai/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ android {
}

dependencies {
val composeBom = platform("androidx.compose:compose-bom:2023.05.01")
val composeBom = platform("androidx.compose:compose-bom:2023.06.01")
implementation(composeBom)

implementation("androidx.core:core-ktx")
Expand Down
2 changes: 1 addition & 1 deletion chaidemo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ android {
}

dependencies {
val composeBom = platform("androidx.compose:compose-bom:2023.05.01")
val composeBom = platform("androidx.compose:compose-bom:2023.06.01")
implementation(composeBom)

implementation("androidx.core:core-ktx")
Expand Down
2 changes: 1 addition & 1 deletion gradle/init.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This will be added in a make file in the future.
val ktlintVersion = "0.48.2"

initscript {
val spotlessVersion = "6.19.0"
val spotlessVersion = "6.20.0"

repositories {
mavenCentral()
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Sun Apr 23 21:32:24 CEST 2023
GRADLE_USER_HOMEdistributionBase=GRADLE_USER_HOME
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
5 changes: 4 additions & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,13 @@ location of your Java installation."
fi
else
JAVACMD=java
which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
if ! command -v java >/dev/null 2>&1
then
die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
fi

# Increase the maximum file descriptors if we can.
Expand Down

0 comments on commit 33d10a7

Please sign in to comment.