android / android/codelab-android-datastore

version mistake in build.gradle file

Open
#80 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
240
Forks
113
PR merge metrics
No merged PRs in 30d

Description

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"
}
```

Contributor guide

Open the contributing guide

Research direction

Open the build.gradle file used in the Android Proto DataStore codelab at the referenced step and inspect the protobuf protoc artifact version. Done means correcting the version from 21.7 to 3.21.7 and confirming the codelab shows the corrected dependency.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, kotlin
Domain
build-system
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.