Customize boilerplate for project

Add a free license, write readme, change app and project name, update
info in package.json.
This commit is contained in:
2017-02-03 00:26:46 -07:00
parent 367ec26e79
commit 49d649a3b3
12 changed files with 75 additions and 28 deletions

View File

@@ -46,13 +46,13 @@ android_library(
android_build_config(
name = 'build_config',
package = 'com.counter',
package = 'com.exactresistorcalculator',
)
android_resource(
name = 'res',
res = 'src/main/res',
package = 'com.counter',
package = 'com.exactresistorcalculator',
)
android_binary(