Skip to content

Commit

Permalink
create different push.xml resoucres for quicksy and conversations
Browse files Browse the repository at this point in the history
  • Loading branch information
iNPUTmice committed Nov 3, 2018
1 parent 4688d68 commit 4a35c3c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
*.swp
.settings

src/playstore/res/values/push.xml
src/conversationsPlaystore/res/values/push.xml
src/quicksyPlaystore/res/values/push.xml


# https://github.com/github/gitignore/blob/master/Gradle.gitignore
.gradle/
Expand Down
12 changes: 12 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,12 @@ android {
}
res {
srcDir 'src/playstoreCompat/res'
srcDir 'src/quicksyPlaystore/res'
}
}
quicksyPlaystoreSystem {
res {
srcDir 'src/quicksyPlaystore/res'
}
}
conversationsFreeCompat {
Expand All @@ -157,6 +163,12 @@ android {
}
res {
srcDir 'src/playstoreCompat/res'
srcDir 'src/conversationsPlaystore/res'
}
}
conversationsPlaystoreSystem {
res {
srcDir 'src/conversationsPlaystore/res'
}
}
}
Expand Down

0 comments on commit 4a35c3c

Please sign in to comment.