-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove play core in favor or play review. Update other dependencies
- Loading branch information
Showing
5 changed files
with
17 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
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,35 +1,35 @@ | ||
object Version { | ||
|
||
const val android = "8.3.1" | ||
const val android = "8.5.0" | ||
|
||
const val kotlin = "1.9.23" | ||
|
||
const val fragment = "1.6.2" | ||
const val fragment = "1.8.0" | ||
const val recyclerView = "1.3.2" | ||
const val swipeRefreshLayout = "1.1.0" | ||
|
||
const val okHttp = "4.12.0" | ||
const val gson = "2.10.1" | ||
const val gson = "2.11.0" | ||
const val billing = "6.2.0" | ||
const val playCore = "1.10.3" | ||
const val material = "1.11.0" | ||
const val playReview = "2.0.1" | ||
const val material = "1.12.0" | ||
|
||
const val preference = "1.2.1" | ||
const val browser = "1.8.0" | ||
const val lifecycle = "2.7.0" | ||
const val lifecycle = "2.8.2" | ||
const val splashScreen = "1.0.1" | ||
|
||
const val hilt = "2.51" | ||
const val hilt = "2.51.1" | ||
const val profileInstaller = "1.3.1" | ||
|
||
const val junit = "4.13.2" | ||
const val mockk = "1.13.10" | ||
const val mockk = "1.13.11" | ||
|
||
const val junitExt = "1.1.5" | ||
const val espresso = "3.5.1" | ||
|
||
const val uiAutomator = "2.3.0" | ||
const val benchmarkMacroJunit4 = "1.2.3" | ||
const val benchmarkMacroJunit4 = "1.2.4" | ||
|
||
const val benManesVersions = "0.51.0" | ||
} |