73 lines
2.0 KiB
Groovy
73 lines
2.0 KiB
Groovy
ext.versions = [
|
|
minSdk : 23,
|
|
compileSdk : 33,
|
|
versionCode : 5,
|
|
versionName : '1.0.4',
|
|
|
|
gradleBuildTool : '7.2.1',
|
|
spotlessGradle : '6.7.0',
|
|
kotlin : '1.7.10',
|
|
|
|
// material
|
|
materialVersion : '1.6.0',
|
|
|
|
// compose
|
|
composeCompiler : '1.3.1',
|
|
composeVersion : '1.3.0-beta02',
|
|
constraintVersion : '1.0.0',
|
|
activityVersion : '1.4.0',
|
|
composeNavVersion : '2.4.0-alpha05',
|
|
|
|
// compose image loading
|
|
landscapistVersion : '2.0.0',
|
|
|
|
// compose compatibles
|
|
orchestraVersion : '1.2.0',
|
|
|
|
// compose insets
|
|
accompanistVersion : '0.25.0',
|
|
|
|
// architecture components
|
|
fragmentVersion : '1.3.1',
|
|
lifecycleVersion : '2.4.1',
|
|
roomVersion : '2.4.1',
|
|
archCompomentVersion : '2.1.0',
|
|
|
|
// startup
|
|
startupVersion : '1.1.1',
|
|
|
|
// di
|
|
hiltVersion : '2.42',
|
|
hiltComposeNavigation: '1.0.0',
|
|
|
|
// network
|
|
retrofitVersion : '2.9.0',
|
|
okhttpVersion : '4.10.0',
|
|
sandwichVersion : '1.3.0',
|
|
|
|
// coroutines
|
|
coroutinesVersion : '1.6.4',
|
|
|
|
// whatIf
|
|
whatIfVersion : '1.1.1',
|
|
|
|
// debugging
|
|
timberVersion : '5.0.1',
|
|
|
|
// benchmark
|
|
baselineProfiles : '1.2.0-rc01',
|
|
macroBenchmark : '1.1.0',
|
|
uiAutomator : '2.2.0',
|
|
|
|
// unit test
|
|
truthVersion : '1.0.1',
|
|
junitVersion : '4.12',
|
|
turbineVersion : '0.2.0',
|
|
robolectricVersion : '4.3.1',
|
|
androidxTest : '1.3.0',
|
|
androidxTestJunit : '1.1.2-rc01',
|
|
androidTestRunner : '1.3.0-beta01',
|
|
mockitoKotlinVersion : '2.2.0',
|
|
mockitoInlineVersion : '3.3.3'
|
|
]
|