From 04454975734e633ca9a83e2338c080b7b35cee06 Mon Sep 17 00:00:00 2001 From: hyb1996 <946994919@qq.com> Date: Mon, 26 Jun 2017 13:53:46 +0800 Subject: [PATCH] update licenses of dependencies --- app/build.gradle | 6 ++-- app/src/main/res/raw/licenses.xml | 53 ++++++++++++++++++++----------- 2 files changed, 38 insertions(+), 21 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index fdd81597..6f07b0f3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -97,22 +97,22 @@ dependencies { compile 'de.psdev.licensesdialog:licensesdialog:1.8.1' compile 'io.mattcarroll.hover:hover:0.9.7' compile 'com.bignerdranch.android:expandablerecyclerview:3.0.0-RC1' - compile 'com.ashokvarma.android:bottom-navigation-bar:1.4.1' compile 'com.yqritc:recyclerview-flexibledivider:1.4.0' - compile 'me.zhanghai.android.materialprogressbar:library:1.3.0' + // Tasker Plugin compile group: 'com.twofortyfouram', name: 'android-plugin-client-sdk-for-locale', version: '[4.0.2, 5.0[' compile 'com.android.volley:volley:1.0.0' compile 'com.github.hyb1996:EnhancedFloaty:0.17' compile 'com.flurry.android:analytics:7.0.0@aar' compile 'com.pushtorefresh.storio:sqlite:1.12.3' compile 'com.android.support:multidex:1.0.1' + // Terminal emulator compile(name: 'libtermexec-release', ext: 'aar') compile(name: 'emulatorview-release', ext: 'aar') compile(name: 'term-debug', ext: 'aar') + // 920 Text Editor compile 'com.afollestad.material-dialogs:commons:0.9.2.3' compile 'com.makeramen:roundedimageview:2.2.1' compile 'com.rengwuxian.materialedittext:library:2.0.3' - compile 'org.msgpack:msgpack-core:0.8.11' compile(name: '920-common-release', ext: 'aar') compile(name: '920-styles-release', ext: 'aar') compile(name: '920-file_explorer-release', ext: 'aar') diff --git a/app/src/main/res/raw/licenses.xml b/app/src/main/res/raw/licenses.xml index d467f748..a098685d 100644 --- a/app/src/main/res/raw/licenses.xml +++ b/app/src/main/res/raw/licenses.xml @@ -1,11 +1,28 @@ + + Rhino: JavaScript in Java + https://github.com/mozilla/rhino + + Mozilla Public License 2.0 + + + 920 Text Editor + https://github.com/jecelyin/920-text-editor-v2 + + Apache Software License 2.0 + LeakCanary Copyright 2015 Square, Inc. https://github.com/square/leakcanary Apache Software License 2.0 + + StorIO + https://github.com/pushtorefresh/storio + Apache Software License 2.0 + Material Dialogs https://github.com/afollestad/material-dialogs @@ -18,18 +35,6 @@ Copyright 2008 Google Inc. Apache Software License 2.0 - - Rhino: JavaScript in Java - https://github.com/mozilla/rhino - - Mozilla Public License 2.0 - - - 920 Text Editor - https://github.com/jecelyin/920-text-editor-v2 - - Apache Software License 2.0 - commonmark-java https://github.com/atlassian/commonmark-java @@ -60,12 +65,6 @@ https://github.com/ISchwarz23/SortableTableView Apache Software License 2.0 - - Android Terminal Emulator - - https://github.com/jackpal/Android-Terminal-Emulator - Apache Software License 2.0 - MultiLevelListView 2016 (C) Copyright Open-RnD Sp. z o.o. @@ -90,4 +89,22 @@ https://github.com/bignerdranch/expandable-recycler-view MIT License + + Android Terminal Emulator + + https://github.com/jackpal/Android-Terminal-Emulator + Apache Software License 2.0 + + + RecyclerView-FlexibleDivider + Copyright 2016 yqritc + https://github.com/yqritc/RecyclerView-FlexibleDivider + Apache Software License 2.0 + + + Volley + + https://github.com/google/volley + Apache Software License 2.0 + \ No newline at end of file