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
d4d71724
Commit
d4d71724
authored
Feb 02, 2018
by
Leonardo Aramaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add markwon libraries for markdown parsing
parent
cf8c6513
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
17 deletions
+8
-17
build.gradle
app/build.gradle
+4
-0
ExampleUnitTest.java
app/src/test/java/chat/rocket/android/ExampleUnitTest.java
+0
-17
dependencies.gradle
dependencies.gradle
+4
-0
No files found.
app/build.gradle
View file @
d4d71724
...
...
@@ -100,6 +100,10 @@ dependencies {
implementation
libraries
.
textDrawable
implementation
libraries
.
markwon
implementation
libraries
.
markwonImageLoader
implementation
(
'com.crashlytics.sdk.android:crashlytics:2.6.8@aar'
)
{
transitive
=
true
}
...
...
app/src/test/java/chat/rocket/android/ExampleUnitTest.java
deleted
100644 → 0
View file @
cf8c6513
package
chat
.
rocket
.
android
;
import
org.junit.Test
;
import
static
org
.
junit
.
Assert
.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public
class
ExampleUnitTest
{
@Test
public
void
addition_isCorrect
()
throws
Exception
{
assertEquals
(
4
,
2
+
2
);
}
}
\ No newline at end of file
dependencies.gradle
View file @
d4d71724
...
...
@@ -28,6 +28,7 @@ ext {
androidSvg
:
'1.2.1'
,
aVLoadingIndicatorView
:
'2.1.3'
,
textDrawable
:
'1.0.2'
,
markwon
:
'1.0.3'
,
// For testing
junit
:
'4.12'
,
...
...
@@ -89,6 +90,9 @@ ext {
textDrawable
:
"com.github.rocketchat:textdrawable:${versions.textDrawable}"
,
markwon
:
"ru.noties:markwon:${versions.markwon}"
,
markwonImageLoader
:
"ru.noties:markwon-image-loader:${versions.markwon}"
,
// For testing
junit
:
"junit:junit:$versions.junit"
,
expressoCore
:
"com.android.support.test.espresso:espresso-core:${versions.expresso}"
,
...
...
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