mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
3dfb34646f
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.
5 lines
127 B
Kotlin
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
|
|
}
|