Rename de.gotify to com.github.gotify

This commit is contained in:
Jannis Mattheis
2018-06-23 14:25:51 +02:00
parent 08a978b372
commit 091d065a9b
13 changed files with 18 additions and 17 deletions

View File

@@ -45,12 +45,12 @@ android_library(
android_build_config(
name = "build_config",
package = "de.gotify",
package = "com.github.gotify",
)
android_resource(
name = "res",
package = "de.gotify",
package = "com.github.gotify",
res = "src/main/res",
)