mirror of
https://github.com/QM4RS/FridaBox.git
synced 2026-09-26 11:02:19 +02:00
20 lines
518 B
Groovy
20 lines
518 B
Groovy
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
alias(libs.plugins.android.application) apply false
|
|
alias(libs.plugins.jetbrains.kotlin.android) apply false
|
|
alias(libs.plugins.android.library) apply false
|
|
}
|
|
|
|
ext {
|
|
compileSdkVersion = 34
|
|
// buildToolsVersionbuildToolsVersion = '28.0.2'
|
|
targetSdkVersion = 34
|
|
|
|
versionName = '1.0'
|
|
versionCode = 1
|
|
|
|
xVersion = '1.1.0'
|
|
blackReflection = '1.1.2'
|
|
|
|
hiddenApiBypass = '4.3'
|
|
} |