Files
ppsspp/build.gradle.kts
T
Henrik Rydgård 3dfb34646f Android: Upgrade protobuf dependency to 0.10.0
This lets use set newDsl=true in gradle.properties, which makes us
complaint with future gradle versions, so no more need to worry about
that for the foreseeable future.
2026-04-20 11:17:54 -06:00

5 lines
127 B
Kotlin

plugins {
id("com.android.application") version "9.1.1" apply false
id("com.google.protobuf") version "0.10.0" apply false
}