PlayIntegrityFix/build.gradle.kts
2024-03-02 00:31:12 +01:00

6 lines
127 B
Plaintext

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