PlayIntegrityFix/build.gradle.kts
2024-04-23 16:32:22 +02:00

6 lines
127 B
Plaintext

buildscript {
val agp_version by extra("8.3.2")
}
plugins {
id("com.android.application") version "8.3.2" apply false
}