Skip to content

Commit

Permalink
Merge branch 'hotfix/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Lahiru-J committed Jan 25, 2023
2 parents 244e253 + dbbd61a commit 7fd0665
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
jdk:
- openjdk11
before_install:
- ./scripts/prepareJitpackEnvironment.sh
12 changes: 12 additions & 0 deletions strgtx-demo-android-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 ->
Expand Down

0 comments on commit 7fd0665

Please sign in to comment.