Skip to content

Commit

Permalink
Revert "Add jsword as a submodule"
Browse files Browse the repository at this point in the history
This reverts commit 037dac7.
  • Loading branch information
tuomas2 committed Nov 2, 2023
1 parent 76f3418 commit 06838a1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ dependencies {
implementation("org.apache.commons:commons-lang3:3.12.0") // make sure this is the same version that commons-text depends on
implementation("org.apache.commons:commons-text:$commonsTextVersion")

implementation(project(":jsword")) {
implementation("com.github.AndBible:jsword:$jswordVersion") {
exclude("org.apache.httpcomponents")
}

Expand Down
4 changes: 1 addition & 3 deletions db/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,9 @@ dependencies {
implementation("androidx.room:room-ktx:$roomVersion")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:${coroutinesVersion}")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:$kotlinxSerializationVersion")

implementation(project(":jsword")) {
implementation("com.github.AndBible:jsword:$jswordVersion") {
exclude("org.apache.httpcomponents")
}

implementation("org.jdom:jdom2:$jdomVersion")
implementation("org.apache.commons:commons-text:$commonsTextVersion")
implementation("androidx.core:core-ktx:$coreKtxVersion")
Expand Down
1 change: 0 additions & 1 deletion jsword
Submodule jsword deleted from dd3936
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
* If not, see http://www.gnu.org/licenses/.
*/

include(":app", ":db", ":jsword")
include(":app", ":db")

0 comments on commit 06838a1

Please sign in to comment.