android { defaultConfig { resValue "string", "app_name", "Full App" buildConfigField "boolean", "isDemo", "false" } productFlavors { demo { resValue ...
確定! 回上一頁