Skip to content

Commit

Permalink
Update dependencies in sample project
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Chelombitko committed Sep 11, 2024
1 parent 0914e9c commit c33274a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.idea/
.gradle/
.kotlin/
build/
local.properties
.DS_Store
3 changes: 0 additions & 3 deletions sample/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@ org.gradle.parallel=true
kotlin.daemon.jvmargs=-Xmx1g -XX:+UseParallelGC

android.useAndroidX=true

androidPluginVersion=8.5.1
kotlinVersion=1.9.24
8 changes: 4 additions & 4 deletions sample/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]
android-gradle-plugin = "8.5.1"
android-gradle-plugin = "8.6.0"
androidx-appcompat = "1.7.0"
androidx-constraintlayout = "2.1.4"
androidx-test = "1.6.1"
androidx-test-runner = "1.6.2"
androidx-test-junit = "1.2.1"
kotlin-gradle-plugin = "1.9.24"
kotlin-gradle-plugin = "2.0.20"

[libraries]
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" }
androidx-test-runner = { module = "androidx.test:runner", version.ref = "androidx-test" }
androidx-test-runner = { module = "androidx.test:runner", version.ref = "androidx-test-runner" }
androidx-test-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-junit" }

[plugins]
Expand Down

0 comments on commit c33274a

Please sign in to comment.