mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-02-22 09:43:15 +03:00
14 lines
486 B
Kotlin
14 lines
486 B
Kotlin
const val activityVersion = "1.2.3"
|
|
const val coroutineVersion = "1.5.0"
|
|
const val roomVersion = "2.3.0"
|
|
const val coreVersion = "1.5.0"
|
|
const val appcompatVersion = "1.3.0"
|
|
const val muiltprocessVersion = "1.0.0"
|
|
const val appcenterVersion = "4.2.0"
|
|
const val serializationVersion = "1.2.1"
|
|
const val materialVersion = "1.3.0"
|
|
const val coordinatorlayoutVersion = "1.1.0"
|
|
const val recyclerviewVersion = "1.2.1"
|
|
const val fragmentVersion = "1.3.4"
|
|
const val viewpagerVersion = "1.0.0"
|