BootloaderSpoofer/build.gradle

9 lines
290 B
Groovy

buildscript {
ext {
agp_version = '8.1.1'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.1.1' apply false
id 'com.android.library' version '8.0.2' apply false
}