mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Rebrand
This commit is contained in:
parent
aabd8462dc
commit
d39ed721d5
138 changed files with 738 additions and 738 deletions
|
|
@ -47,11 +47,11 @@ fun getAppVersion(): String {
|
|||
}
|
||||
|
||||
android {
|
||||
namespace = "com.github.damontecres.dolphin"
|
||||
namespace = "com.github.damontecres.wholphin"
|
||||
compileSdk = 36
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "com.github.damontecres.dolphin"
|
||||
applicationId = "com.github.damontecres.wholphin"
|
||||
minSdk = 25
|
||||
targetSdk = 36
|
||||
versionCode = getVersionCode()
|
||||
|
|
@ -135,7 +135,7 @@ android {
|
|||
.map { it as com.android.build.gradle.internal.api.BaseVariantOutputImpl }
|
||||
.forEach { output ->
|
||||
val outputFileName =
|
||||
"Dolphin-${variant.baseName}-${variant.versionName}-${variant.versionCode}.apk"
|
||||
"Wholphin-${variant.baseName}-${variant.versionName}-${variant.versionCode}.apk"
|
||||
output.outputFileName = outputFileName
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue