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
f40817af
Commit
f40817af
authored
Jan 11, 2018
by
Filipe de Lima Brito
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update gradle files.
parent
81d02638
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
build.gradle
app/build.gradle
+3
-7
build.gradle
build.gradle
+1
-0
No files found.
app/build.gradle
View file @
f40817af
...
@@ -34,7 +34,7 @@ android {
...
@@ -34,7 +34,7 @@ android {
}
}
dependencies
{
dependencies
{
implementation
fileTree
(
dir:
'libs'
,
include:
[
'*.jar'
]
)
implementation
fileTree
(
include:
[
'*.jar'
],
dir:
'libs'
)
implementation
project
(
':player'
)
implementation
project
(
':player'
)
...
@@ -84,15 +84,11 @@ dependencies {
...
@@ -84,15 +84,11 @@ dependencies {
implementation
libraries
.
textDrawable
implementation
libraries
.
textDrawable
testImplementation
libraries
.
junit
testImplementation
libraries
.
junit
androidTestImplementation
(
libraries
.
expressoCore
,
{
androidTestImplementation
(
libraries
.
expressoCore
,
{
exclude
group:
'com.android.support'
,
module:
'support-annotations'
exclude
group:
'com.android.support'
,
module:
'support-annotations'
})
})
}
}
repositories
{
mavenCentral
()
}
kotlin
{
kotlin
{
experimental
{
experimental
{
coroutines
"enable"
coroutines
"enable"
...
@@ -104,4 +100,4 @@ kotlin {
...
@@ -104,4 +100,4 @@ kotlin {
task
compileSdk
(
type:
Exec
)
{
task
compileSdk
(
type:
Exec
)
{
commandLine
'./build-sdk.sh'
commandLine
'./build-sdk.sh'
}
}
preBuild
.
dependsOn
compileSdk
preBuild
.
dependsOn
compileSdk
\ No newline at end of file
build.gradle
View file @
f40817af
...
@@ -5,6 +5,7 @@ buildscript {
...
@@ -5,6 +5,7 @@ buildscript {
repositories
{
repositories
{
google
()
google
()
jcenter
()
jcenter
()
mavenCentral
()
}
}
dependencies
{
dependencies
{
...
...
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