Skip to content

Commit

Permalink
chore: Update dependencies (#66)
Browse files Browse the repository at this point in the history
* chore: Update dependencies

* chore: Remove .idea folder from index

* chore: Add GHA to Dependabot
  • Loading branch information
svenjacobs authored Sep 17, 2023
1 parent 1c71fe6 commit 480a3f4
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 120 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,12 @@ updates:
timezone: "Europe/Berlin"
reviewers:
- "svenjacobs"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "saturday"
time: "09:00"
timezone: "Europe/Berlin"
reviewers:
- "svenjacobs"
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
/.idea
.DS_Store
/build
/captures
Expand Down
3 changes: 0 additions & 3 deletions .idea/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/compiler.xml

This file was deleted.

15 changes: 0 additions & 15 deletions .idea/git_toolbox_prj.xml

This file was deleted.

22 changes: 0 additions & 22 deletions .idea/gradle.xml

This file was deleted.

41 changes: 0 additions & 41 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/kotlinc.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/misc.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
android-gradle-plugin = "8.1.0"
android-gradle-plugin = "8.1.1"
androidx-activity = "1.7.2"
androidx-compose-bom = "2023.08.00" # https://developer.android.com/jetpack/compose/bom/bom-mapping
androidx-compose-bom = "2023.09.00" # https://developer.android.com/jetpack/compose/bom/bom-mapping
androidx-compose-compiler = "1.5.3" # https://developer.android.com/jetpack/androidx/releases/compose-kotlin#pre-release_kotlin_compatibility
androidx-lifecycle = "2.6.1"
androidx-lifecycle = "2.6.2"
kotlin = "1.9.10"

[libraries]
Expand All @@ -17,7 +17,7 @@ androidx-compose-runtime = { module = "androidx.compose.runtime:runtime" }
androidx-compose-ui = { module = "androidx.compose.ui:ui" }
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
androidx-core-ktx = "androidx.core:core-ktx:1.10.1"
androidx-core-ktx = "androidx.core:core-ktx:1.12.0"
androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidx-lifecycle" }
jakewharton-timber = "com.jakewharton.timber:timber:5.0.1"
slack-compose-lint-checks = "com.slack.lint.compose:compose-lint-checks:1.2.0"
Expand All @@ -33,6 +33,6 @@ junit = "junit:junit:4.13.2"
android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
android-library = { id = "com.android.library", version.ref = "android-gradle-plugin" }
jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
ben-manes-versions = "com.github.ben-manes.versions:0.47.0"
ben-manes-versions = "com.github.ben-manes.versions:0.48.0"
nexus-publish = "io.github.gradle-nexus.publish-plugin:1.3.0"
kotlinter = "org.jmailen.kotlinter:3.16.0"

0 comments on commit 480a3f4

Please sign in to comment.