plssss
Some checks failed
Check / check (pull_request) Has been cancelled
Check / uiTests (30) (pull_request) Has been cancelled
Sign / sign (push) Has been cancelled

This commit is contained in:
2025-07-31 18:35:40 -06:00
parent 3c83f740d4
commit f5db153ac2
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
syntax = "proto3"; syntax = "proto3";
option java_package = "gq.kirmanak.mealient.datastore.recipe"; option java_package = "com.atridad.mealient.datastore.recipe";
option java_multiple_files = true; option java_multiple_files = true;
message AddRecipeInput { message AddRecipeInput {
@@ -11,4 +11,4 @@ message AddRecipeInput {
repeated string recipeIngredients = 5; repeated string recipeIngredients = 5;
bool isRecipePublic = 6; bool isRecipePublic = 6;
bool areCommentsDisabled = 7; bool areCommentsDisabled = 7;
} }

View File

@@ -8,7 +8,7 @@ plugins {
} }
android { android {
namespace = "com.atridad.mealient.shopping_lists" namespace = "com.atridad.mealient.shopping_list"
} }
ksp { ksp {