Skip to content

Commit

Permalink
chore: test submodule (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuNen344 authored May 31, 2024
1 parent 78ddc89 commit da5a1fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "Glyph-Developer-Kit"]
path = Glyph-Developer-Kit
url = [email protected]:Nothing-Developer-Programme/Glyph-Developer-Kit.git
branch = main
2 changes: 1 addition & 1 deletion glyph-compose/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ apply from: rootProject.layout.projectDirectory.file("gradle/testing.gradle")
android.namespace = "io.github.ryunen344.glyph.compose"

dependencies {
api files("../Glyph-Developer-Kit/sdk/KetchumSDK_Community_20240307.jar")
api fileTree(dir: '../Glyph-Developer-Kit/sdk', include: '*.jar')
implementation projects.glyphKtx
}
2 changes: 1 addition & 1 deletion glyph-ktx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ apply from: rootProject.layout.projectDirectory.file("gradle/testing.gradle")
android.namespace = "io.github.ryunen344.glyph.ktx"

dependencies {
api files("../Glyph-Developer-Kit/sdk/KetchumSDK_Community_20240307.jar")
api fileTree(dir: '../Glyph-Developer-Kit/sdk', include: '*.jar')
}

0 comments on commit da5a1fb

Please sign in to comment.