PlayIntegrityFix/build.gradle.kts

6 lines
127 B
Plaintext
Raw Normal View History

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