plssss
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
namespace = "com.atridad.mealient.shopping_lists"
|
namespace = "com.atridad.mealient.shopping_list"
|
||||||
}
|
}
|
||||||
|
|
||||||
ksp {
|
ksp {
|
||||||
|
|||||||
Reference in New Issue
Block a user