Skip to content

Commit

Permalink
chore: update readme and gradle publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldziher committed Nov 30, 2023
1 parent 6c08256 commit 3fe1c98
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 3 deletions.
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ BaseMind.AI platform.
root # repository root, holding all tooling configurations
├─── .github # GitHub CI/CD and other configurations
├─── .idea # IDE configurations that are shared
├─── test-app # test application to test the SDK
└─── sdk # the Android SDK code
├─── test-app # test application to test the SDK
└─── sdk # the Android SDK code
```

## Installation
Expand Down
5 changes: 4 additions & 1 deletion sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -128,17 +128,20 @@ publishing {
name.set("BaseMind.AI Client")
description.set("API Client for the BaseMind.AI Gateway")
url.set("https://basemind.ai/")

licenses {
license {
name.set("The Apache Software License, Version 2.0")
url.set("http://www.apache.org/licenses/LICENSE-2.0.txt")
url.set("https://www.apache.org/licenses/LICENSE-2.0.txt")
}
}

scm {
connection.set("scm:git:https://github.com/basemind-ai/sdk-android")
developerConnection.set("scm:git:https://github.com/basemind-ai/sdk-android")
url.set("https://github.com/basemind-ai/sdk-android")
}

developers {
organization {
name.set("BaseMind.AI")
Expand Down

0 comments on commit 3fe1c98

Please sign in to comment.