-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d8d560b
commit f82cedd
Showing
6 changed files
with
39 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
object Versions { | ||
const val Kotlin = "1.8.10" | ||
const val Coroutine = "1.6.4" | ||
const val Room = "2.4.2" | ||
const val Detekt = "1.21.0" | ||
const val Room = "2.6.1" | ||
const val Detekt = "1.23.4" | ||
|
||
object Compose { | ||
const val OrbitMvi = "4.5.0" | ||
const val Core = "1.3.3" | ||
const val OrbitMvi = "6.1.0" | ||
const val Core = "1.5.4" | ||
const val Compiler = "1.4.3" | ||
const val Destinations = "1.8.36-beta" | ||
const val Destinations = "1.9.62" | ||
const val KspPlugin = "1.8.10-1.0.9" | ||
const val Coil = "2.2.2" | ||
const val Coil = "2.5.0" | ||
} | ||
|
||
object Koin { | ||
const val Core = "3.2.2" | ||
const val Compose = "3.2.1" | ||
const val Core = "3.5.3" | ||
const val Compose = "3.5.3" | ||
} | ||
|
||
object Gradle { | ||
const val AndroidTools = "7.4.0" | ||
const val AndroidTools = "8.2.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Fri Mar 10 08:46:43 IST 2023 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip | ||
distributionPath=wrapper/dists | ||
zipStorePath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME |