Skip to content

Commit 70115a5

Browse files
Remove Maven
1 parent fdd0476 commit 70115a5

File tree

6 files changed

+5
-84
lines changed

6 files changed

+5
-84
lines changed

debug-db-base/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,4 @@ dependencies {
4343
testImplementation 'junit:junit:4.13.2'
4444
androidTestImplementation 'androidx.test:runner:1.5.2'
4545
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
46-
}
47-
48-
//apply from: 'debug-db-base-upload.gradle'
46+
}

debug-db-base/src/main/assets/index.html

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
target="_blank">Twitter</a>
7070
</li>
7171
<li>
72-
<a href="https://blog.mindorks.com/"
73-
target="_blank">Mindorks Blog</a>
72+
<a href="https://outcomeschool.com/blog"
73+
target="_blank">Outcome School Blog</a>
7474
</li>
7575
<li class="dropdown">
7676
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Other Projects<b
@@ -80,10 +80,6 @@
8080
<a href="https://github.com/amitshekhariitbhu/Fast-Android-Networking"
8181
target="_blank">Fast Android Networking</a>
8282
</li>
83-
<li>
84-
<a href="https://github.com/MindorksOpenSource/android-mvp-architecture"
85-
target="_blank">Android MVP Architecture</a>
86-
</li>
8783
<li>
8884
<a href="https://github.com/amitshekhariitbhu/RxJava2-Android-Samples"
8985
target="_blank">RxJava2 Android Samples</a>
@@ -96,10 +92,6 @@
9692
<a href="https://github.com/amitshekhariitbhu/awesome-android-complete-reference"
9793
target="_blank">Awesome Android Complete Reference</a>
9894
</li>
99-
<li>
100-
<a href="https://github.com/amitshekhariitbhu/FlatBuffer"
101-
target="_blank">FlatBuffers vs JSON</a>
102-
</li>
10395
</ul>
10496
</li>
10597
</ul>

debug-db-encrypt/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
apply plugin: 'com.android.library'
2-
apply from: '../maven.gradle'
32

43
android {
54
compileSdk rootProject.ext.compileSdk
@@ -24,6 +23,4 @@ dependencies {
2423
testImplementation 'junit:junit:4.13.2'
2524
androidTestImplementation 'androidx.test:runner:1.5.2'
2625
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
27-
}
28-
29-
//apply from: 'debug-db-encrypt-upload.gradle'
26+
}

debug-db/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
apply plugin: 'com.android.library'
2-
apply from: '../maven.gradle'
32

43
android {
54
compileSdk rootProject.ext.compileSdk
@@ -23,6 +22,4 @@ dependencies {
2322
testImplementation 'junit:junit:4.13.2'
2423
androidTestImplementation 'androidx.test:runner:1.5.2'
2524
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
26-
}
27-
28-
//apply from: 'debug-db-upload.gradle'
25+
}

maven.gradle

Lines changed: 0 additions & 58 deletions
This file was deleted.

maven_publish.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)