diff --git a/buildSrc/.gitignore b/buildSrc/.gitignore new file mode 100644 index 0000000..437389d --- /dev/null +++ b/buildSrc/.gitignore @@ -0,0 +1,2 @@ +# SIGNING KEYS +*.gpg \ No newline at end of file diff --git a/stylar/maven-push.gradle b/buildSrc/upload.gradle similarity index 100% rename from stylar/maven-push.gradle rename to buildSrc/upload.gradle diff --git a/stylar/build.gradle b/stylar/build.gradle index ed4d2f5..a8e8cdb 100644 --- a/stylar/build.gradle +++ b/stylar/build.gradle @@ -56,7 +56,4 @@ dependencies { implementation 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava' } -apply from: "${rootProject.projectDir}/stylar/maven-push.gradle" -repositories { - mavenCentral() -} +apply from: "${rootProject.projectDir}/buildSrc/upload.gradle" diff --git a/stylar/gradle.properties b/stylar/gradle.properties index 7eb79d1..8519e8a 100644 --- a/stylar/gradle.properties +++ b/stylar/gradle.properties @@ -2,8 +2,7 @@ POM_NAME=Stylar POM_ARTIFACT_ID=stylar POM_PACKAGING=aar -VERSION_NAME=1.1.0 -VERSION_CODE=3 +VERSION_NAME=1.2.0 GROUP=com.zeoflow POM_DESCRIPTION=An Android markdown library - it does not require WebView @@ -21,6 +20,3 @@ org.gradle.daemon=true NEXUS_USERNAME= NEXUS_PASSWORD= -signing.keyId= -signing.password= -signing.secretKeyRingFile=