plssss
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "gq.kirmanak.mealient.datastore.recipe";
|
||||
option java_package = "com.atridad.mealient.datastore.recipe";
|
||||
option java_multiple_files = true;
|
||||
|
||||
message AddRecipeInput {
|
||||
@@ -11,4 +11,4 @@ message AddRecipeInput {
|
||||
repeated string recipeIngredients = 5;
|
||||
bool isRecipePublic = 6;
|
||||
bool areCommentsDisabled = 7;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ plugins {
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "com.atridad.mealient.shopping_lists"
|
||||
namespace = "com.atridad.mealient.shopping_list"
|
||||
}
|
||||
|
||||
ksp {
|
||||
|
||||
Reference in New Issue
Block a user