diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index c7b285cb..00000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "MaterialShowcaseView"] - path = MaterialShowcaseView - url = https://github.com/David-Development/MaterialShowcaseView.git diff --git a/MaterialShowcaseView b/MaterialShowcaseView deleted file mode 160000 index c1116840..00000000 --- a/MaterialShowcaseView +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c1116840d102822904bbd1781ca424b465916f53 diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle index 40d51bf0..ad8c8e15 100644 --- a/News-Android-App/build.gradle +++ b/News-Android-App/build.gradle @@ -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' diff --git a/settings.gradle b/settings.gradle index c988f0f3..7fe88cd4 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,4 +1,3 @@ include ':News-Android-App' -include ':Changeloglib:ChangeLogLibrary' -include ':MaterialShowcaseView:library' - +//include ':MaterialShowcaseView:library' +//include ':Android-SingleSignOn'