Skip to content

Commit

Permalink
Merge pull request #8 from stoyan-vuchev/compose-v1.6
Browse files Browse the repository at this point in the history
Dependency & library version bump
  • Loading branch information
stoyan-vuchev authored Feb 16, 2024
2 parents 5474c64 + 3bbff72 commit afe28e5
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 35 deletions.
30 changes: 18 additions & 12 deletions .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 14 additions & 6 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]

agp = "8.1.4"
kotlin = "1.9.20"
agp = "8.2.2"
kotlin = "1.9.22"

core-ktx = "1.12.0"
junit = "4.13.2"
Expand All @@ -10,18 +10,18 @@ androidx-test-espresso-core = "3.5.1"

androidx-appcompat-version = "1.6.1"

lifecycle-runtime-ktx = "2.6.2"
lifecycle-runtime-compose = "2.6.2"
lifecycle-viewmodel-compose = "2.6.2"
lifecycle-runtime-ktx = "2.7.0"
lifecycle-runtime-compose = "2.7.0"
lifecycle-viewmodel-compose = "2.7.0"

activity-compose = "1.8.0"
navigation-compose = "2.7.5"
activity-compose = "1.8.2"
navigation-compose = "2.7.7"

compose-compiler-version = "1.5.4"
compose-version = "1.5.4"
compose-m3-version = "1.1.2"
compose-compiler-version = "1.5.9"
compose-version = "1.6.1"
compose-m3-version = "1.2.0"

material = "1.10.0"
material = "1.11.0"

[libraries]

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun May 21 23:51:03 EEST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion squircle-shape/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ afterEvaluate {

groupId = "com.github.stoyan-vuchev"
artifactId = "squircle-shape"
version = "1.0.6"
version = "1.0.7"

afterEvaluate {
from(components["release"])
Expand Down

0 comments on commit afe28e5

Please sign in to comment.