Skip to content

Commit

Permalink
Update gradle dependencies (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdlaver authored Dec 7, 2022
1 parent c68bb6e commit bdd156c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
plugins {
id 'com.android.application' version '7.3.0' apply false
id 'com.android.library' version '7.3.0' apply false
id 'org.jetbrains.kotlin.android' version '1.7.21' apply false
id 'org.jetbrains.kotlin.android' version '1.7.22' apply false
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
}

Expand Down
4 changes: 2 additions & 2 deletions digitalassetlinks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ protobuf {
// runs fine with Rosetta.
archSuffix = ':osx-x86_64'
}
artifact = "com.google.protobuf:protoc:3.21.9$archSuffix" // Download from repositories
artifact = "com.google.protobuf:protoc:3.21.10$archSuffix" // Download from repositories
}
generateProtoTasks {
all().each { task ->
Expand Down Expand Up @@ -147,7 +147,7 @@ tasks.whenTaskAdded { task ->

dependencies {
compileOnly 'androidx.annotation:annotation:1.5.0'
testImplementation 'com.google.protobuf:protobuf-java:3.21.9'
testImplementation 'com.google.protobuf:protobuf-java:3.21.10'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-inline:4.9.0'
testImplementation 'org.robolectric:robolectric:4.9'
Expand Down

0 comments on commit bdd156c

Please sign in to comment.