Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ playInsightLint = "0.1.4"
# https://github.com/protocolbuffers/protobuf/blob/main/java/lite.md
protobuf = "4.34.1"
# https://github.com/google/protobuf-gradle-plugin/releases/latest
protobuf-plugin = "0.9.6"
protobuf-plugin = "0.10.0"
# https://github.com/square/retrofit/tags
# https://github.com/square/retrofit/releases/latest
retrofit = "3.0.0"
Expand Down
16 changes: 3 additions & 13 deletions shared/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,9 @@ org.gradle.configureondemand=true
# https://docs.gradle.org/current/userguide/configuration_cache.html#config_cache:usage
org.gradle.configuration-cache=true

# AndroidX
android.useAndroidX=true
android.enableJetifier=false
# Non-Transitive R classes
android.nonTransitiveRClass=true
# Non-Final Resource IDs
android.nonFinalResIds=true
# Disable R8 full mode #Retrofit
android.enableR8.fullMode=false

# Kotlin
kotlin.code.style=official

# AGP 9.0 compat
# Protobuf Plugin not compatible https://github.com/google/protobuf-gradle-plugin/issues/793
android.newDsl=false
# TODO remove:
# Disable R8 full mode since AGP 8.0 #Retrofit
android.enableR8.fullMode=false
Comment thread
mmathieum marked this conversation as resolved.