Skip to content

Commit

Permalink
➕ Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
devkanro committed Aug 25, 2023
1 parent 36ce3dd commit 8f94e23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ repositories {
}

dependencies {
implementation(libs.sisyphus.common)
implementation(libs.sisyphus.protoc)
implementation(libs.sisyphus.protocRunner)

Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ android-plugin = "4.1.2"
[libraries]
protobuf-java = { module = "com.google.protobuf:protobuf-java", version.ref = "protobuf" }
sisyphus-protoc = { module = "com.bybutter.sisyphus.tools:sisyphus-protoc", version.ref = "sisyphus" }
sisyphus-common = { module = "com.bybutter.sisyphus:sisyphus-common", version.ref = "sisyphus" }
sisyphus-protocRunner = { module = "com.bybutter.sisyphus.tools:sisyphus-protoc-runner", version.ref = "sisyphus" }
gradle-android = { module = "com.android.tools.build:gradle", version.ref = "android-plugin" }

Expand Down

0 comments on commit 8f94e23

Please sign in to comment.