-
Notifications
You must be signed in to change notification settings - Fork 0
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
742b916
commit cba7637
Showing
5 changed files
with
14 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
object Versions { | ||
// Shared | ||
const val kermitLogger = "1.2.2" | ||
const val koinDi = "3.4.3" | ||
const val koinDi = "3.5.0" | ||
const val orbitMvi = "4.5.0" | ||
const val mokoMvvm = "0.16.1" | ||
const val ktor = "2.3.3" | ||
const val ktor = "2.3.4" | ||
const val settings = "1.0.0" | ||
const val realm = "1.10.2" // Also update belonging plugin in shared/build.gradle.kts | ||
const val realm = "1.11.1" // Also update belonging plugin in shared/build.gradle.kts | ||
|
||
// Android | ||
const val androidMinSdk = 24 | ||
const val androidTargetSdk = 33 | ||
const val androidCompileSdk = 34 | ||
const val androidBuildTools = "34.0.0" | ||
|
||
const val compose = "1.5.0" | ||
const val composeCompiler = "1.5.1" | ||
const val androidxLifecycle = "2.6.1" | ||
const val composeDestinations = "1.9.52" | ||
const val compose = "1.5.2" | ||
const val composeCompiler = "1.5.3" | ||
const val androidxLifecycle = "2.6.2" | ||
const val composeDestinations = "1.9.54" | ||
const val camera = "1.2.3" | ||
} |
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