File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22
22
java-version : 17
23
23
24
24
- name : Setup Android SDK
25
- uses : android-actions/setup-android@v3.2.1
25
+ uses : android-actions/setup-android@v3.2.2
26
26
27
27
- name : Grant execute permission for gradlew
28
28
run : chmod +x gradlew
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ dependencies {
82
82
implementation " androidx.compose.ui:ui-tooling-preview"
83
83
implementation " androidx.compose.material3:material3"
84
84
85
- implementation " io.insert-koin:koin-android:4.0.0 "
85
+ implementation " io.insert-koin:koin-android:4.0.1 "
86
86
implementation " io.insert-koin:koin-androidx-compose:4.0.0"
87
87
88
88
implementation " com.google.accompanist:accompanist-permissions:0.36.0"
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
+ "extends" : [
4
+ " config:recommended"
5
+ ]
6
+ }
You can’t perform that action at this time.
0 commit comments