-
Notifications
You must be signed in to change notification settings - Fork 41
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
679deb0
commit af5f3b2
Showing
5 changed files
with
9 additions
and
16 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,37 +1,30 @@ | ||
object Versions { | ||
|
||
// Kotlin | ||
|
||
const val KOTLIN = "1.8.10" | ||
|
||
// Compose | ||
|
||
const val COMPOSE_BOM = "2023.05.01" | ||
const val COMPOSE = "1.4.1" | ||
const val COMPOSE_BOM = "2024.02.00" | ||
const val COMPOSE = "1.6.1" | ||
const val COMPOSE_COMPILER = "1.4.3" | ||
|
||
// AndroidX | ||
|
||
const val CORE = "1.9.0" | ||
const val RUNTIME = "2.5.1" | ||
const val COMPOSE_ACTIVITY = "1.5.0" | ||
const val COMPOSE_NAVIGATION = "2.5.3" | ||
const val COMPOSE_NAVIGATION = "2.7.6" | ||
|
||
// Misc | ||
|
||
const val GRADLE = "7.4.2" | ||
const val DESUGAR = "1.1.5" | ||
const val MAVEN_PUBLISH = "0.21.0" | ||
|
||
const val SNAPPER = "0.3.0" | ||
|
||
const val DOKKA = "1.8.10" | ||
const val KT_LINT = "0.47.1" | ||
|
||
// Test | ||
|
||
const val JUNIT = "4.13.2" | ||
const val ESPRESSO_CORE = "3.4.0" | ||
const val ESPRESSO_CORE = "3.5.1" | ||
const val TEST_CORE = "1.5.0" | ||
const val TEST_RUNNER = "1.5.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