Skip to content

Commit

Permalink
remove grgit
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner committed Mar 30, 2024
1 parent c2aac82 commit e62b010
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion build-logic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ buildscript {
classpath libs.plugin.kotlin
classpath libs.plugin.android
classpath libs.plugin.buildConfig
classpath libs.grgit
}
}

Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ buildscript {
classpath libs.plugin.spotless
classpath libs.plugin.buildConfig
classpath libs.plugin.poko
classpath libs.grgit

// Normally you would declare a version here, but we use dependency substitution in
// settings.gradle to use the version built from inside the repo.
Expand Down
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref
composeUi-material = { module = "androidx.compose.material:material", version = "1.5.4" }
composeUi-uiTooling = { module = "androidx.compose.ui:ui-tooling" }

grgit = { module = "org.ajoberstar.grgit:grgit-core", version = "5.2.2" }
guava = { module = "com.google.guava:guava", version = "33.1.0-jre" }

jcodec-core = { module = "org.jcodec:jcodec", version.ref = "jcodec" }
Expand Down

0 comments on commit e62b010

Please sign in to comment.