FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SampleProjects/Android_mParticle/build.gradle at master · LeanplumTSE/SampleProjects · GitHub
LeanplumTSE
/
SampleProjects
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
SampleProjects
/
Android_mParticle
/
build.gradle
Copy path
More file actions
More file actions
Latest commit
History
History
History
36 lines (31 loc) · 940 Bytes
Breadcrumbs
SampleProjects
/
Android_mParticle
/
build.gradle
Copy path
File metadata and controls
36 lines (31 loc) · 940 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
35
36
//
Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript
{
repositories {
jcenter()
maven { url
"
http://www.leanplum.com/leanplum-sdks/
"
}
maven {
url
'
https://maven.google.com/
'
name
'
Google
'
}
}
dependencies {
classpath
'
com.android.tools.build:gradle:3.0.1
'
classpath
'
com.google.gms:google-services:3.1.1
'
classpath
'
org.jfrog.buildinfo:build-info-extractor-gradle:4.4.12
'
//
NOTE: Do not place your application dependencies here; they belong
//
in the individual module build.gradle files
}
}
allprojects
{
repositories {
jcenter()
maven {
url
"
http://repo.leanplum.com/
"
}
maven { url
"
http://www.leanplum.com/leanplum-sdks/
"
}
google()
}
}
task
clean
(
type
:
Delete
) {
delete rootProject
.
buildDir
}
Back
|
FazBrowse Home
|
New Git URL