aboutsummaryrefslogtreecommitdiff
path: root/android/app/build.gradle
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-10-25 13:26:44 +0530
committerAkshay Nair <phenax5@gmail.com>2024-10-25 13:32:31 +0530
commit95e4f3b1c1774aeab4fda1df1896ac86d3d36c47 (patch)
tree44ffaaec9dd786908977184f6f994b035a438824 /android/app/build.gradle
parent110f56da5a3b9f3341a197ca3813ba7703cd4420 (diff)
downloaddaft-launcher-1.0.2.tar.gz
daft-launcher-1.0.2.zip
Rename project to daft1.0.2
Diffstat (limited to 'android/app/build.gradle')
-rw-r--r--android/app/build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/android/app/build.gradle b/android/app/build.gradle
index 7ade26d..00024de 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -80,9 +80,9 @@ android {
buildToolsVersion rootProject.ext.buildToolsVersion
compileSdk rootProject.ext.compileSdkVersion
- namespace "dev.ediblemonad.owynlauncher"
+ namespace "dev.ediblemonad.daftlauncher"
defaultConfig {
- applicationId "dev.ediblemonad.owynlauncher"
+ applicationId "dev.ediblemonad.daftlauncher"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
@@ -97,9 +97,9 @@ android {
}
release {
storeFile file("release.keystore")
- storePassword localProperties.getProperty('OWYN_STORE_PASS')
+ storePassword localProperties.getProperty('DAFT_STORE_PASS')
keyAlias 'releasekey'
- keyPassword localProperties.getProperty('OWYN_KEY_PASS')
+ keyPassword localProperties.getProperty('DAFT_KEY_PASS')
}
}