Skip to content

Commit

Permalink
Merge pull request #21 from ioki-mobility/dependabot/gradle/com.andro…
Browse files Browse the repository at this point in the history
…id.application-8.1.0

Bump com.android.application from 8.0.2 to 8.1.0
  • Loading branch information
StefMa committed Jul 31, 2023
2 parents e8649cf + 2e7732e commit 31cb41e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[versions]
androidGradlePlugin = "8.1.0"

[libraries]
compose-ui = "androidx.compose.ui:ui:1.4.3"
compose-foundation = "androidx.compose.foundation:foundation:1.4.3"
Expand All @@ -8,7 +11,7 @@ sample-material = "com.google.android.material:material:1.9.0"
sample-composeActivity = "androidx.activity:activity-compose:1.7.2"

[plugins]
androidApplication = "com.android.application:8.0.2"
androidLibrary = "com.android.library:8.0.2"
androidApplication = { id = "com.android.application", version.ref = "androidGradlePlugin" }
androidLibrary = { id = "com.android.library", version.ref = "androidGradlePlugin" }
kotlin = "org.jetbrains.kotlin.android:1.9.0"
wrapperUpgrade = "org.gradle.wrapper-upgrade:0.11.2"

0 comments on commit 31cb41e

Please sign in to comment.