summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index e103d792f..9bf1d891c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -30,9 +30,9 @@ android {
}
productFlavors {
- aosp {
- applicationId 'com.android.launcher3'
- testApplicationId 'com.android.launcher3.tests'
+ trebuchet {
+ applicationId 'org.lineageos.trebuchet'
+ testApplicationId 'org.lineageos.trebuchet.tests'
}
}
sourceSets {
@@ -48,7 +48,7 @@ android {
manifest.srcFile "tests/AndroidManifest.xml"
}
- aosp {
+ trebuchet {
manifest.srcFile "AndroidManifest.xml"
}
}