Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AloqaIM-Android
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
AloqaIM-Android
Commits
c503fc49
Commit
c503fc49
authored
Jan 04, 2018
by
Filipe de Lima Brito
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add textDrawable library.
parent
076d4bfa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
build.gradle
app/build.gradle
+2
-0
build.gradle
build.gradle
+2
-1
dependencies.gradle
dependencies.gradle
+3
-0
No files found.
app/build.gradle
View file @
c503fc49
...
...
@@ -78,6 +78,8 @@ dependencies {
implementation
libraries
.
aVLoadingIndicatorView
implementation
libraries
.
textDrawable
testImplementation
libraries
.
junit
androidTestImplementation
(
libraries
.
expressoCore
,
{
exclude
group:
'com.android.support'
,
module:
'support-annotations'
...
...
build.gradle
View file @
c503fc49
...
...
@@ -8,7 +8,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.0.1'
classpath
"com.android.tools.build:gradle:3.0.1"
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
classpath
"org.jetbrains.dokka:dokka-gradle-plugin:${versions.dokka}"
...
...
@@ -23,6 +23,7 @@ allprojects {
jcenter
()
maven
{
url
"https://oss.sonatype.org/content/repositories/snapshots/"
}
maven
{
url
"https://jitpack.io"
}
maven
{
url
"http://dl.bintray.com/amulyakhare/maven"
}
// For TextDrawable.
}
apply
from:
rootProject
.
file
(
'dependencies.gradle'
)
...
...
dependencies.gradle
View file @
c503fc49
...
...
@@ -28,6 +28,7 @@ ext {
floatingSearchView
:
'2.1.1'
,
androidSvg
:
'1.2.1'
,
aVLoadingIndicatorView
:
'2.1.3'
,
textDrawable
:
'1.0.2'
,
// For testing
junit
:
'4.12'
,
...
...
@@ -82,6 +83,8 @@ ext {
aVLoadingIndicatorView
:
"com.wang.avi:library:${versions.aVLoadingIndicatorView}"
,
textDrawable
:
"com.github.rocketchat:textdrawable:${versions.textDrawable}"
,
// For testing
toolsJar
:
files
(
Jvm
.
current
().
getToolsJar
()),
junit
:
"junit:junit:$versions.junit"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment