FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Android-RobotoTextView/build.gradle at master · zagum/Android-RobotoTextView · GitHub
zagum
/
Android-RobotoTextView
Public
forked from
johnkil/Android-RobotoTextView
Notifications
You must be signed in to change notification settings
Fork
1
Star
4
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
Android-RobotoTextView
/
build.gradle
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (20 loc) · 392 Bytes
Breadcrumbs
Android-RobotoTextView
/
build.gradle
Copy path
File metadata and controls
23 lines (20 loc) · 392 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
buildscript
{
repositories {
jcenter()
}
dependencies {
classpath
'
com.android.tools.build:gradle:2.0.0-beta5
'
}
}
allprojects
{
repositories {
jcenter()
}
}
ext
{
minSdkVersion
=
7
compileSdkVersion
=
23
buildToolsVersion
=
'
23.0.2
'
//
Android dependencies.
supportAppCompat
=
'
com.android.support:appcompat-v7:23.1.1
'
}
Back
|
FazBrowse Home
|
New Git URL