PlayIntegrityFix/build.gradle.kts

6 lines
127 B
Plaintext
Raw Normal View History

2024-03-02 01:31:12 +02:00
buildscript {
val agp_version by extra("8.2.2")
}
2023-11-20 01:42:21 +02:00
plugins {
2024-03-02 01:31:12 +02:00
id("com.android.application") version "8.2.2" apply false
2023-11-20 01:42:21 +02:00
}