Skip to content

Commit

Permalink
Update dependency com.google.protobuf:protobuf-javalite to v3.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 1, 2021
1 parent a49e490 commit ec2d389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'com.android.application'
id 'kotlin-android'
id 'kotlin-kapt'
id "com.google.protobuf" version "0.8.12"
id "com.google.protobuf" version "3.17.3"
id "dagger.hilt.android.plugin"
}

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit ec2d389

Please sign in to comment.