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-09 19:53:43 +0300
committerNiedermann IT-Dienstleistungen <info@niedermann.it>2018-04-09 19:53:43 +0300
commit7ecfac6cdad64d63f0d548c8fb3cfd6435b8595b (patch)
treea2542db7dc83b39d2746b8f5adad4703bc4dfcc0 /app/build.gradle
parentec492b85ec6dae5f59a78f312ef42b7904f6e100 (diff)
#333 Position of favorite star
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index ba9e173e..a37fd312 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -29,6 +29,7 @@ dependencies {
implementation 'com.yydcdut:rxmarkdown:0.1.1-beta'
def supportLibVersion = '27.1.1'
+
implementation "com.android.support:support-v4:${supportLibVersion}"
implementation "com.android.support:appcompat-v7:${supportLibVersion}"
implementation "com.android.support:design:${supportLibVersion}"