add showcaseview as library
This commit is contained in:
parent
eade7aa6ba
commit
490fba232e
4 changed files with 9 additions and 10 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
|||
[submodule "MaterialShowcaseView"]
|
||||
path = MaterialShowcaseView
|
||||
url = https://github.com/David-Development/MaterialShowcaseView.git
|
|
@ -1 +0,0 @@
|
|||
Subproject commit c1116840d102822904bbd1781ca424b465916f53
|
|
@ -101,8 +101,13 @@ dependencies {
|
|||
// You must install or update the Google Repository through the SDK manager to use this dependency.
|
||||
// The Google Repository (separate from the corresponding library) can be found in the Extras category.
|
||||
// implementation 'com.google.android.gms:play-services:4.2.42'
|
||||
compile project(':Android-SingleSignOn')
|
||||
//implementation "com.github.nextcloud:Android-SingleSignOn:0.1.3"
|
||||
//implementation project(':Android-SingleSignOn')
|
||||
//implementation project(path: ':MaterialShowcaseView:library', configuration: 'default')
|
||||
implementation "com.github.nextcloud:Android-SingleSignOn:0.1.3"
|
||||
implementation 'com.github.David-Development:MaterialShowcaseView:258ff44c0c'
|
||||
|
||||
|
||||
|
||||
implementation "com.android.support:support-v4:${SUPPORT_VERSION}"
|
||||
implementation "com.android.support:support-compat:${SUPPORT_VERSION}"
|
||||
implementation "com.android.support:appcompat-v7:${SUPPORT_VERSION}"
|
||||
|
@ -147,7 +152,6 @@ dependencies {
|
|||
implementation 'com.squareup.okhttp3:okhttp:3.8.0'
|
||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.8.0'
|
||||
|
||||
implementation project(path: ':MaterialShowcaseView:library', configuration: 'default')
|
||||
implementation 'com.nbsp:library:1.02' // MaterialFilePicker
|
||||
|
||||
extraImplementation 'com.github.tommus:youtube-android-player-api:1.2.2'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
include ':News-Android-App'
|
||||
include ':Changeloglib:ChangeLogLibrary'
|
||||
include ':MaterialShowcaseView:library'
|
||||
|
||||
//include ':MaterialShowcaseView:library'
|
||||
//include ':Android-SingleSignOn'
|
||||
|
|
Loading…
Reference in a new issue