Change summary
.gitignore | 4 +++-
build.gradle | 12 ++++++++++++
2 files changed, 15 insertions(+), 1 deletion(-)
Detailed changes
@@ -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/
@@ -144,6 +144,12 @@ android {
}
res {
srcDir 'src/playstoreCompat/res'
+ srcDir 'src/quicksyPlaystore/res'
+ }
+ }
+ quicksyPlaystoreSystem {
+ res {
+ srcDir 'src/quicksyPlaystore/res'
}
}
conversationsFreeCompat {
@@ -157,6 +163,12 @@ android {
}
res {
srcDir 'src/playstoreCompat/res'
+ srcDir 'src/conversationsPlaystore/res'
+ }
+ }
+ conversationsPlaystoreSystem {
+ res {
+ srcDir 'src/conversationsPlaystore/res'
}
}
}