Skip to content

Commit

Permalink
Update Gradle files (#2430)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaz-hash authored Oct 10, 2023
1 parent 8fbfaf8 commit 9c7ad6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion examples/android/client/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ android {
def grpc_version = '1.43.0'

protobuf {
protoc { artifact = 'com.google.protobuf:protoc:3.11.0' }
protoc { artifact = 'com.google.protobuf:protoc:3.17.3' }
plugins {
grpc { artifact = "io.grpc:protoc-gen-grpc-java:$grpc_version"
}
Expand All @@ -66,6 +66,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.0'
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.work:work-runtime:2.8.1'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test:runner:1.5.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
Expand All @@ -85,6 +86,7 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-common-java8:$lifecycle_version"

implementation 'com.google.android.material:material:1.7.0'
implementation 'com.google.protobuf:protobuf-javalite:3.17.3'

}

Expand Down
2 changes: 1 addition & 1 deletion examples/android/client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.0'
classpath 'com.android.tools.build:gradle:7.4.1'
classpath "com.google.protobuf:protobuf-gradle-plugin:0.9.2"

// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit 9c7ad6f

Please sign in to comment.