forked from CleverTap/clevertap-android-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
30 lines (28 loc) · 889 Bytes
/
settings.gradle
File metadata and controls
30 lines (28 loc) · 889 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
plugins {
id 'de.fayard.refreshVersions' version '0.10.0'
//// # available:'0.10.1'
//// # available:'0.11.0'
//// # available:'0.20.0'
//// # available:'0.21.0'
//// # available:'0.22.0'
//// # available:'0.23.0'
id "com.gradle.enterprise" version "3.6.3"
//// # available:"3.6.4"
//// # available:"3.7"
}
include ':test_shared'
include ':clevertap-core'
include ':sample'
include ':clevertap-geofence'
include ':clevertap-xps'
include ':clevertap-hms'
include ':clevertap-pushtemplates'
refreshVersions {
enableBuildSrcLibs()
}
gradleEnterprise {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
}
}