-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbuild.gradle
More file actions
34 lines (31 loc) · 840 Bytes
/
build.gradle
File metadata and controls
34 lines (31 loc) · 840 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
26
27
28
29
30
31
32
33
34
plugins {
id "com.android.application" version "8.10.0" apply false
id "com.android.library" version "8.10.0" apply false
}
allprojects {
ext {
app_compat = "1.7.0"
material = "1.13.0-alpha13"
sora_editor = "0.23.5"
desugar_jdk_libs = "2.1.5"
jgit = "7.2.0.202503040940-r"
gson = "2.13.1"
zip4j = "2.11.5"
markwonVersion = "4.6.2"
multidex = "2.0.1"
preference = "1.2.1"
closure_compiler = "v20230206"
jsoup = "1.21.1"
swiperefreshlayout = "1.1.0"
recyclerview = "1.3.2"
lsp4j = "0.24.0"
closure_compiler = "v20230802"
nanohttpd = "2.3.1"
mCompileSDK = 36
mMinSDK = 26
mTargetSDK = 36
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}