Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiedermann IT-Dienstleistungen <info@niedermann.it>2018-04-06 22:17:05 +0300
committerNiedermann IT-Dienstleistungen <info@niedermann.it>2018-04-06 22:17:05 +0300
commit56907e4d932b7ae24d3ef32551cd68ca4cbc2caa (patch)
tree833d86b134e4779bf00e7fb59b4681b41a31af45 /app/build.gradle
parent1d5904dd2860931b7da44fdcb500fd7b5306aa68 (diff)
Update deprecation
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 480cab79..ba9e173e 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -26,7 +26,7 @@ android {
dependencies {
implementation project(':cert4android')
- compile 'com.yydcdut:rxmarkdown:0.1.1-beta'
+ implementation 'com.yydcdut:rxmarkdown:0.1.1-beta'
def supportLibVersion = '27.1.1'
implementation "com.android.support:support-v4:${supportLibVersion}"