codelab-android-datastore icon indicating copy to clipboard operation
codelab-android-datastore copied to clipboard

version mistake in build.gradle file

Open DanielCWeston opened this issue 7 months ago • 0 comments

At https://developer.android.com/codelabs/android-proto-datastore#4

protobuf {
    protoc {
        artifact = "com.google.protobuf:protoc:21.7"
    }

Should be

protobuf {
    protoc {
        artifact = "com.google.protobuf:protoc:3.21.7"
    }

DanielCWeston avatar Jun 10 '25 20:06 DanielCWeston