diff --git a/debug-db-base/build.gradle b/debug-db-base/build.gradle index 4f22e56..2cca330 100644 --- a/debug-db-base/build.gradle +++ b/debug-db-base/build.gradle @@ -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' +} \ No newline at end of file diff --git a/debug-db-base/src/main/assets/index.html b/debug-db-base/src/main/assets/index.html index 8352148..96e75c2 100644 --- a/debug-db-base/src/main/assets/index.html +++ b/debug-db-base/src/main/assets/index.html @@ -69,8 +69,8 @@ target="_blank">Twitter
  • - Mindorks Blog + Outcome School Blog
  • -
  • - Android MVP Architecture -
  • RxJava2 Android Samples @@ -96,10 +92,6 @@ Awesome Android Complete Reference
  • -
  • - FlatBuffers vs JSON -
  • diff --git a/debug-db-encrypt/build.gradle b/debug-db-encrypt/build.gradle index d5f01df..8b1687e 100644 --- a/debug-db-encrypt/build.gradle +++ b/debug-db-encrypt/build.gradle @@ -1,5 +1,4 @@ apply plugin: 'com.android.library' -apply from: '../maven.gradle' android { compileSdk rootProject.ext.compileSdk @@ -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' \ No newline at end of file +} \ No newline at end of file diff --git a/debug-db/build.gradle b/debug-db/build.gradle index ca27e91..b64fe8a 100644 --- a/debug-db/build.gradle +++ b/debug-db/build.gradle @@ -1,5 +1,4 @@ apply plugin: 'com.android.library' -apply from: '../maven.gradle' android { compileSdk rootProject.ext.compileSdk @@ -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' \ No newline at end of file +} \ No newline at end of file diff --git a/maven.gradle b/maven.gradle deleted file mode 100644 index 9c4e69d..0000000 --- a/maven.gradle +++ /dev/null @@ -1,58 +0,0 @@ -apply plugin: 'maven-publish' -apply plugin: 'signing' - -task generateSourcesJar(type: Jar) { - from android.sourceSets.main.java.srcDirs - classifier 'sources' -} -Properties localProperties = new Properties() -localProperties.load(project.rootProject.file('local.properties').newDataInputStream()) - -afterEvaluate { - publishing { - publications { - maven(MavenPublication) { - from components.release - groupId "com.amitshekhar.android" - artifactId project.ARTIFACT_ID - version '1.0.6' - artifact generateSourcesJar - pom { - name = 'Android-Debug-Database' - description = 'A library for debugging android databases and shared preferences - Make Debugging Great Again' - url = 'https://github.com/amitshekhariitbhu/Android-Debug-Database' - licenses { - license { - name = 'The Apache License, Version 2.0' - url = 'https://github.com/amitshekhariitbhu/Android-Debug-Database/raw/master/LICENSE' - } - } - developers { - developer { - id = 'amitshekhar' - name = 'amitshekhar' - email = 'amit.shekhar.iitbhu@gmail.com' - } - } - scm { - connection = 'https://github.com/amitshekhariitbhu/Android-Debug-Databasee.git' - developerConnection = 'https://github.com/amitshekhariitbhu/Android-Debug-Database.git' - url = 'https://github.com/amitshekhariitbhu/Android-Debug-Database' - } - } - } - } - repositories { - maven { - url "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/" - credentials { - username localProperties.getProperty('sonatype.name') - password localProperties.getProperty('sonatype.password') - } - } - } - } -} -signing { - sign publishing.publications -} \ No newline at end of file diff --git a/maven_publish.sh b/maven_publish.sh deleted file mode 100755 index a5fb7b3..0000000 --- a/maven_publish.sh +++ /dev/null @@ -1,5 +0,0 @@ -#upload to mavenCentral() -#https://s01.oss.sonatype.org/#stagingRepositories -./gradlew :debug-db:publishMavenPublicationToMavenRepository - -./gradlew :debug-db-encrypt:publishMavenPublicationToMavenRepository \ No newline at end of file