diff --git a/jitpack.yml b/jitpack.yml new file mode 100644 index 0000000..1bfc0d7 --- /dev/null +++ b/jitpack.yml @@ -0,0 +1,4 @@ +jdk: + - openjdk11 +before_install: + - ./scripts/prepareJitpackEnvironment.sh \ No newline at end of file diff --git a/strgtx-demo-android-sdk/build.gradle b/strgtx-demo-android-sdk/build.gradle index a768175..b84371b 100644 --- a/strgtx-demo-android-sdk/build.gradle +++ b/strgtx-demo-android-sdk/build.gradle @@ -50,6 +50,18 @@ afterEvaluate { version '1.0.0' artifact bundleReleaseAar + pom { + name = 'strgtx-demo-android-sdk' + description = 'Demo Android SDK' + url = 'https://github.com/stargatex/strgtx-demo-android-sdk' + licenses { + license { + name = 'Apache License' + url = 'https://github.com/stargatex/strgtx-demo-android-sdk/blob/main/LICENSE' + } + } + } + pom.withXml { def dependenciesNode = asNode().appendNode('dependencies') configurations.implementation.allDependencies.each { dependency ->