rename app to subtracks

This commit is contained in:
austinried
2021-08-22 18:23:23 +09:00
parent 79cd18bf35
commit 8906968186
11 changed files with 15 additions and 15 deletions

View File

@@ -35,12 +35,12 @@ android_library(
android_build_config(
name = "build_config",
package = "com.subsonify",
package = "com.subtracks",
)
android_resource(
name = "res",
package = "com.subsonify",
package = "com.subtracks",
res = "src/main/res",
)