Skip to content

Commit

Permalink
Renamed Komoju Android SDK module name (#72)
Browse files Browse the repository at this point in the history
* Renamed android sdk Module name

* Renamed android sdk Module name
  • Loading branch information
AmniX authored Nov 13, 2024
1 parent eab520e commit 0843508
Show file tree
Hide file tree
Showing 21 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# os: macos-latest
- target: :shared:publishAllPublicationsToMavenCentralRepository
os: ubuntu-latest
- target: :android:publishAllPublicationsToMavenCentralRepository
- target: :komoju-android-sdk:publishAllPublicationsToMavenCentralRepository
os: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
java-version: '17'

- name: Generate Docs
run: chmod +x gradlew && ./gradlew :android:dokkaHtml
run: chmod +x gradlew && ./gradlew :komoju-android-sdk:dokkaHtml

- name: Push
uses: s0/git-publish-subdir-action@develop
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
distribution: zulu
java-version: 17
- name: Run Gradle
run: ./gradlew :android:lintDebug
run: ./gradlew :komoju-android-sdk:lintDebug
2 changes: 1 addition & 1 deletion example-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ android {
}

dependencies {
implementation(project(":android"))
implementation(project(":komoju-android-sdk"))
implementation(libs.core.ktx)
implementation(libs.appcompat)
implementation(libs.lifecycle.runtime.ktx)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ dependencyResolutionManagement {

rootProject.name = "komoju-mobile-sdk"
include(":shared")
include(":android")
include(":komoju-android-sdk")
include(":example-android")

0 comments on commit 0843508

Please sign in to comment.