forked from hushenghao/AndroidEasterEggs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
libs.versions.toml
31 lines (25 loc) · 1.38 KB
/
libs.versions.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[versions]
kotlin = "1.5.30"
[libraries]
android-gradle = "com.android.tools.build:gradle:7.0.3"
kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
kotlinx-coroutines-core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1"
androidx-appcompat = "androidx.appcompat:appcompat:1.3.1"
androidx-recyclerview = "androidx.recyclerview:recyclerview:1.2.1"
androidx-dynamicanimation = "androidx.dynamicanimation:dynamicanimation:1.0.0"
androidx-annotation = "androidx.annotation:annotation:1.2.0"
androidx-core-ktx = "androidx.core:core-ktx:1.6.0"
androidx-preference-ktx = "androidx.preference:preference-ktx:1.1.1"
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.0.4"
androidx-browser = "androidx.browser:browser:1.3.0"
google-browserhelper = "com.google.androidbrowserhelper:androidbrowserhelper:2.2.0"
google-material = "com.google.android.material:material:1.4.0"
free-reflection = "me.weishu:free_reflection:3.0.1"
leakcanary = "com.squareup.leakcanary:leakcanary-android:2.7"
junit = "junit:junit:4.13.2"
androidx-junit = "androidx.test.ext:junit:1.1.3"
androidx-expresso-core = "androidx.test.espresso:espresso-core:3.4.0"
[bundles]
classpath = ["android-gradle", "kotlin-gradle"]
android-test = ["androidx-junit", "androidx-expresso-core"]