diff --git a/app/build.gradle b/app/build.gradle index f5438f6..07ef50b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -61,7 +61,7 @@ dependencies { implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0' implementation 'androidx.datastore:datastore:1.0.0-rc01' - implementation 'com.google.protobuf:protobuf-javalite:3.11.0' + implementation 'com.google.protobuf:protobuf-javalite:3.17.3' implementation "com.google.dagger:hilt-android:$hilt_version" kapt "com.google.dagger:hilt-android-compiler:$hilt_version" @@ -96,4 +96,4 @@ protobuf { } } } -} \ No newline at end of file +}