-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
32 changed files
with
7,971 additions
and
675 deletions.
There are no files selected for viewing
7,391 changes: 7,269 additions & 122 deletions
7,391
.resources/bom/1.0.0-alpha01/dependencies-1.0.0-alpha01.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
[ | ||
{ | ||
"version": "1.0.0-alpha01", | ||
"date": 1695925132 | ||
"version": { | ||
"major": 1, | ||
"minor": 0, | ||
"patch": 0, | ||
"flag": "Alpha", | ||
"versionQualifier": 1 | ||
}, | ||
"date": 1699465547 | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ winds { | |
major = 1, | ||
minor = 0, | ||
patch = 0, | ||
).setAlphaRelease(4) | ||
).setAlphaRelease(1) | ||
|
||
defineBoM() | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,6 @@ winds { | |
major = 1, | ||
minor = 0, | ||
patch = 0, | ||
).setAlphaRelease(3) | ||
).setAlphaRelease(1) | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,6 @@ winds { | |
major = 1, | ||
minor = 0, | ||
patch = 0, | ||
).setAlphaRelease(2) | ||
).setAlphaRelease(1) | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
## Ceres core | ||
|
||
| Status | Library | Gradle dependency | | ||
| ------ | ------- | ----------------- | | ||
| 🚧 | [network](/core/network) | [dev.teogor.ceres:core-network:1.0.0](#implementation-network) | | ||
| 🧪 | [notifications](/core/notifications) | [dev.teogor.ceres:core-notifications:1.0.0-alpha01](#implementation-notifications) | | ||
| 🧪 | [runtime](/core/runtime) | [dev.teogor.ceres:core-runtime:1.0.0-alpha01](#implementation-runtime) | | ||
| 🧪 | [startup](/core/startup) | [dev.teogor.ceres:core-startup:1.0.0-alpha01](#implementation-startup) | | ||
|
||
By referring to the [BoM documentation](/docs/bom/versions.md), you can learn how to integrate the BoM into your project and benefit from this hassle-free approach to library version management. It's a powerful tool for staying up-to-date with the latest Ceres library versions and seamlessly integrating them into your projects. | ||
|
||
|
||
### Implementation Network | ||
|
||
To use network in your project, add the following dependency to your module-level Gradle file (usually `app/build.gradle.kts`): | ||
|
||
```kotlin | ||
implementation("dev.teogor.ceres:core-network:1.0.0") | ||
``` | ||
|
||
#### Gradle Dependency | ||
|
||
- **Group ID:** `dev.teogor.ceres` | ||
- **Artifact ID:** `core-network` | ||
- **Version:** `1.0.0` (not required when using [BoM](/docs/bom/versions.md)) | ||
|
||
⚠️ Depends on `:core:network`,`:core:network`,`:core:network`,`:core:network` | ||
|
||
### Implementation Notifications | ||
|
||
To use notifications in your project, add the following dependency to your module-level Gradle file (usually `app/build.gradle.kts`): | ||
|
||
```kotlin | ||
implementation("dev.teogor.ceres:core-notifications:1.0.0-alpha01") | ||
``` | ||
|
||
#### Gradle Dependency | ||
|
||
- **Group ID:** `dev.teogor.ceres` | ||
- **Artifact ID:** `core-notifications` | ||
- **Version:** `1.0.0-alpha01` (not required when using [BoM](/docs/bom/versions.md)) | ||
|
||
⚠️ Depends on `:core:notifications`,`:core:notifications`,`:core:notifications`,`:core:notifications` | ||
|
||
### Implementation Runtime | ||
|
||
To use runtime in your project, add the following dependency to your module-level Gradle file (usually `app/build.gradle.kts`): | ||
|
||
```kotlin | ||
implementation("dev.teogor.ceres:core-runtime:1.0.0-alpha01") | ||
``` | ||
|
||
#### Gradle Dependency | ||
|
||
- **Group ID:** `dev.teogor.ceres` | ||
- **Artifact ID:** `core-runtime` | ||
- **Version:** `1.0.0-alpha01` (not required when using [BoM](/docs/bom/versions.md)) | ||
|
||
⚠️ Depends on `:core:startup`,`:core:runtime`,`:core:startup`,`:core:runtime`,`:core:runtime`,`:core:startup`,`:core:runtime` | ||
|
||
### Implementation Startup | ||
|
||
To use startup in your project, add the following dependency to your module-level Gradle file (usually `app/build.gradle.kts`): | ||
|
||
```kotlin | ||
implementation("dev.teogor.ceres:core-startup:1.0.0-alpha01") | ||
``` | ||
|
||
#### Gradle Dependency | ||
|
||
- **Group ID:** `dev.teogor.ceres` | ||
- **Artifact ID:** `core-startup` | ||
- **Version:** `1.0.0-alpha01` (not required when using [BoM](/docs/bom/versions.md)) | ||
|
||
⚠️ Depends on `:core:startup`,`:core:startup`,`:core:startup`,`:core:startup` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
## Ceres data | ||
|
||
| Status | Library | Gradle dependency | | ||
| ------ | ------- | ----------------- | | ||
| 🧪 | [compose](/data/compose) | [dev.teogor.ceres:data-compose:1.0.0-alpha01](#implementation-compose) | | ||
| 🧪 | [database](/data/database) | [dev.teogor.ceres:data-database:1.0.0-alpha01](#implementation-database) | | ||
| 🧪 | [datastore](/data/datastore) | [dev.teogor.ceres:data-datastore:1.0.0-alpha01](#implementation-datastore) | | ||
|
||
By referring to the [BoM documentation](/docs/bom/versions.md), you can learn how to integrate the BoM into your project and benefit from this hassle-free approach to library version management. It's a powerful tool for staying up-to-date with the latest Ceres library versions and seamlessly integrating them into your projects. | ||
|
||
|
||
### Implementation Compose | ||
|
||
To use compose in your project, add the following dependency to your module-level Gradle file (usually `app/build.gradle.kts`): | ||
|
||
```kotlin | ||
implementation("dev.teogor.ceres:data-compose:1.0.0-alpha01") | ||
``` | ||
|
||
#### Gradle Dependency | ||
|
||
- **Group ID:** `dev.teogor.ceres` | ||
- **Artifact ID:** `data-compose` | ||
- **Version:** `1.0.0-alpha01` (not required when using [BoM](/docs/bom/versions.md)) | ||
|
||
⚠️ Depends on `:data:database`,`:data:datastore`,`:data:compose`,`:data:database`,`:data:datastore`,`:data:compose`,`:data:compose`,`:data:database`,`:data:datastore`,`:data:compose` | ||
|
||
### Implementation Database | ||
|
||
To use database in your project, add the following dependency to your module-level Gradle file (usually `app/build.gradle.kts`): | ||
|
||
```kotlin | ||
implementation("dev.teogor.ceres:data-database:1.0.0-alpha01") | ||
``` | ||
|
||
#### Gradle Dependency | ||
|
||
- **Group ID:** `dev.teogor.ceres` | ||
- **Artifact ID:** `data-database` | ||
- **Version:** `1.0.0-alpha01` (not required when using [BoM](/docs/bom/versions.md)) | ||
|
||
⚠️ Depends on `:data:database`,`:data:database`,`:data:database`,`:data:database` | ||
|
||
### Implementation Datastore | ||
|
||
To use datastore in your project, add the following dependency to your module-level Gradle file (usually `app/build.gradle.kts`): | ||
|
||
```kotlin | ||
implementation("dev.teogor.ceres:data-datastore:1.0.0-alpha01") | ||
``` | ||
|
||
#### Gradle Dependency | ||
|
||
- **Group ID:** `dev.teogor.ceres` | ||
- **Artifact ID:** `data-datastore` | ||
- **Version:** `1.0.0-alpha01` (not required when using [BoM](/docs/bom/versions.md)) | ||
|
||
⚠️ Depends on `:core:startup`,`:data:datastore`,`:core:startup`,`:data:datastore`,`:data:datastore`,`:core:startup`,`:data:datastore` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
## Ceres firebase | ||
|
||
| Status | Library | Gradle dependency | | ||
| ------ | ------- | ----------------- | | ||
| 🧪 | [analytics](/firebase/analytics) | [dev.teogor.ceres:firebase-analytics:1.0.0-alpha01](#implementation-analytics) | | ||
| 🧪 | [crashlytics](/firebase/crashlytics) | [dev.teogor.ceres:firebase-crashlytics:1.0.0-alpha01](#implementation-crashlytics) | | ||
| 🧪 | [remoteconfig](/firebase/remote-config) | [dev.teogor.ceres:firebase-remoteconfig:1.0.0-alpha01](#implementation-remoteconfig) | | ||
|
||
By referring to the [BoM documentation](/docs/bom/versions.md), you can learn how to integrate the BoM into your project and benefit from this hassle-free approach to library version management. It's a powerful tool for staying up-to-date with the latest Ceres library versions and seamlessly integrating them into your projects. | ||
|
||
|
||
### Implementation Analytics | ||
|
||
To use analytics in your project, add the following dependency to your module-level Gradle file (usually `app/build.gradle.kts`): | ||
|
||
```kotlin | ||
implementation("dev.teogor.ceres:firebase-analytics:1.0.0-alpha01") | ||
``` | ||
|
||
#### Gradle Dependency | ||
|
||
- **Group ID:** `dev.teogor.ceres` | ||
- **Artifact ID:** `firebase-analytics` | ||
- **Version:** `1.0.0-alpha01` (not required when using [BoM](/docs/bom/versions.md)) | ||
|
||
⚠️ Depends on `:firebase:analytics`,`:firebase:analytics`,`:firebase:analytics`,`:firebase:analytics` | ||
|
||
### Implementation Crashlytics | ||
|
||
To use crashlytics in your project, add the following dependency to your module-level Gradle file (usually `app/build.gradle.kts`): | ||
|
||
```kotlin | ||
implementation("dev.teogor.ceres:firebase-crashlytics:1.0.0-alpha01") | ||
``` | ||
|
||
#### Gradle Dependency | ||
|
||
- **Group ID:** `dev.teogor.ceres` | ||
- **Artifact ID:** `firebase-crashlytics` | ||
- **Version:** `1.0.0-alpha01` (not required when using [BoM](/docs/bom/versions.md)) | ||
|
||
⚠️ Depends on `:firebase:crashlytics`,`:firebase:crashlytics`,`:firebase:crashlytics`,`:firebase:crashlytics` | ||
|
||
### Implementation Remote-Config | ||
|
||
To use remoteconfig in your project, add the following dependency to your module-level Gradle file (usually `app/build.gradle.kts`): | ||
|
||
```kotlin | ||
implementation("dev.teogor.ceres:firebase-remoteconfig:1.0.0-alpha01") | ||
``` | ||
|
||
#### Gradle Dependency | ||
|
||
- **Group ID:** `dev.teogor.ceres` | ||
- **Artifact ID:** `firebase-remoteconfig` | ||
- **Version:** `1.0.0-alpha01` (not required when using [BoM](/docs/bom/versions.md)) | ||
|
||
⚠️ Depends on `:firebase:remote-config`,`:firebase:remote-config`,`:firebase:remote-config`,`:firebase:remote-config` | ||
|
||
|
Oops, something went wrong.