mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-05-02 07:34:33 +02:00
chore: set versionName
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
8de014583e
commit
4a3d20e1f0
@ -15,16 +15,8 @@ android {
|
|||||||
applicationId = "app.revanced.integrations"
|
applicationId = "app.revanced.integrations"
|
||||||
minSdk = 23
|
minSdk = 23
|
||||||
targetSdk = 33
|
targetSdk = 33
|
||||||
versionCode = 1
|
|
||||||
versionName = "1.0"
|
|
||||||
multiDexEnabled = false
|
multiDexEnabled = false
|
||||||
|
versionName = project.version as String
|
||||||
val properties = Properties()
|
|
||||||
if (rootProject.file("local.properties").exists()) {
|
|
||||||
properties.load(FileInputStream(rootProject.file("local.properties")))
|
|
||||||
}
|
|
||||||
|
|
||||||
buildConfigField("String", "YT_API_KEY", "\"${properties.getProperty("youtubeAPIKey", "")}\"")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user