-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.gradle
More file actions
25 lines (25 loc) · 962 Bytes
/
Copy pathbuild.gradle
File metadata and controls
25 lines (25 loc) · 962 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
25
buildscript {
ext {
composeVersion = '1.3.3'
composeFoundationVersion = '1.3.1'
kotlinCoreKtxVersion = '1.9.0'
lifecycleRuntimeKtxVersion = '2.5.1'
activityComposeVersion = '1.6.1'
recyclerViewVersion = '1.3.0-rc01'
glideComposeVersion = '1.0.0-alpha.1'
composeMaterial3Version = '1.0.1'
material3Version = '1.8.0'
junitVersion = '4.13.2'
extJunitVersion = '1.1.5'
espressoCore = '3.5.1'
profileInstallerVersion = '1.2.2'
uiAutomatorVersion = '2.2.0'
benchmarkMacroJunit4 = '1.1.1'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.4.0' apply false
id 'com.android.library' version '7.4.0' apply false
id 'org.jetbrains.kotlin.android' version '1.7.0' apply false
id 'com.android.test' version '7.4.0' apply false
}