PlayIntegrityFix/build.gradle.kts

6 lines
127 B
Plaintext
Raw Normal View History

2024-04-23 17:32:22 +03:00
buildscript {
val agp_version by extra("8.3.2")
}
2023-11-20 01:42:21 +02:00
plugins {
2024-04-23 17:32:22 +03:00
id("com.android.application") version "8.3.2" apply false
2023-11-20 01:42:21 +02:00
}