Skip to content

Commit cc87a5d

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents d5d8e26 + cfaef9c commit cc87a5d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
java-version: 17
2323

2424
- name: Setup Android SDK
25-
uses: android-actions/setup-android@v3.2.1
25+
uses: android-actions/setup-android@v3.2.2
2626

2727
- name: Grant execute permission for gradlew
2828
run: chmod +x gradlew

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ dependencies {
8282
implementation "androidx.compose.ui:ui-tooling-preview"
8383
implementation "androidx.compose.material3:material3"
8484

85-
implementation "io.insert-koin:koin-android:4.0.0"
85+
implementation "io.insert-koin:koin-android:4.0.1"
8686
implementation "io.insert-koin:koin-androidx-compose:4.0.0"
8787

8888
implementation "com.google.accompanist:accompanist-permissions:0.36.0"

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
]
6+
}

0 commit comments

Comments
 (0)