-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.gradle
More file actions
24 lines (24 loc) · 839 Bytes
/
build.gradle
File metadata and controls
24 lines (24 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
coroutines_version = '1.6.4'
room_version = '2.4.3'
lifecycle_version = '2.5.1'
retrofit_version = '2.9.0'
navigation_version = '2.5.3'
datastore_version = '1.0.0'
splash_screen_version = '1.0.0'
coil_version = '2.2.2'
lottie_version = '5.2.0'
gson_version = '2.10'
swipe_refresh_version = '1.1.0'
}
dependencies {
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:$navigation_version")
}
}
plugins {
id 'com.android.application' version '8.1.1' apply false
id 'com.android.library' version '8.1.1' apply false
id 'org.jetbrains.kotlin.android' version '1.8.0-Beta' apply false
}