1
0
mirror of https://github.com/helloworld1/FreeOTPPlus synced 2025-10-06 00:23:07 +02:00
Files
FreeOTPPlus/build.gradle.kts
2024-02-10 21:30:05 -08:00

27 lines
601 B
Plaintext

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
google()
}
dependencies {
classpath("com.android.tools.build:gradle:8.2.2")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10")
classpath(libs.hiltPlugin)
}
}
allprojects {
repositories {
mavenCentral()
google()
}
}
extra["compileSdkVersion"] = 34
extra["targetSdkVersion"] = 34
extra["minSdkVersion"] = 21
extra["versionCode"] = 23
extra["versionName"] = "3.1.1"