Skip to content

Commit

Permalink
Remove Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
amitshekhariitbhu committed Aug 18, 2024
1 parent fdd0476 commit 70115a5
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 84 deletions.
4 changes: 1 addition & 3 deletions debug-db-base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,4 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test:runner:1.5.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}

//apply from: 'debug-db-base-upload.gradle'
}
12 changes: 2 additions & 10 deletions debug-db-base/src/main/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
target="_blank">Twitter</a>
</li>
<li>
<a href="https://blog.mindorks.com/"
target="_blank">Mindorks Blog</a>
<a href="https://outcomeschool.com/blog"
target="_blank">Outcome School Blog</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Other Projects<b
Expand All @@ -80,10 +80,6 @@
<a href="https:/amitshekhariitbhu/Fast-Android-Networking"
target="_blank">Fast Android Networking</a>
</li>
<li>
<a href="https:/MindorksOpenSource/android-mvp-architecture"
target="_blank">Android MVP Architecture</a>
</li>
<li>
<a href="https:/amitshekhariitbhu/RxJava2-Android-Samples"
target="_blank">RxJava2 Android Samples</a>
Expand All @@ -96,10 +92,6 @@
<a href="https:/amitshekhariitbhu/awesome-android-complete-reference"
target="_blank">Awesome Android Complete Reference</a>
</li>
<li>
<a href="https:/amitshekhariitbhu/FlatBuffer"
target="_blank">FlatBuffers vs JSON</a>
</li>
</ul>
</li>
</ul>
Expand Down
5 changes: 1 addition & 4 deletions debug-db-encrypt/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'com.android.library'
apply from: '../maven.gradle'

android {
compileSdk rootProject.ext.compileSdk
Expand All @@ -24,6 +23,4 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test:runner:1.5.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}

//apply from: 'debug-db-encrypt-upload.gradle'
}
5 changes: 1 addition & 4 deletions debug-db/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'com.android.library'
apply from: '../maven.gradle'

android {
compileSdk rootProject.ext.compileSdk
Expand All @@ -23,6 +22,4 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test:runner:1.5.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}

//apply from: 'debug-db-upload.gradle'
}
58 changes: 0 additions & 58 deletions maven.gradle

This file was deleted.

5 changes: 0 additions & 5 deletions maven_publish.sh

This file was deleted.

0 comments on commit 70115a5

Please sign in to comment.