Skip to content

Commit 42f1d6f

Browse files
committed
Update project and libs version
1 parent 603d0d1 commit 42f1d6f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId = "fr.ferfoui.america2goat"
1111
minSdk = 27
1212
targetSdk = 34
13-
versionCode = 1
14-
versionName = "1.0.1-alpha"
13+
versionCode = 2
14+
versionName = "1.0.2-alpha"
1515

1616
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1717
}

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ espressoCore = "3.6.1"
66
appcompat = "1.7.0"
77
material = "1.12.0"
88
constraintlayout = "2.1.4"
9-
lifecycleLivedataKtx = "2.8.4"
10-
lifecycleViewmodelKtx = "2.8.4"
11-
navigationFragment = "2.7.7"
12-
navigationUi = "2.7.7"
9+
lifecycleLivedataKtx = "2.8.5"
10+
lifecycleViewmodelKtx = "2.8.5"
11+
navigationFragment = "2.8.0"
12+
navigationUi = "2.8.0"
1313
datastore = "1.1.1"
1414

1515
[libraries]

0 commit comments

Comments
 (0)