Use SnackEngage 0.10 with play/amazon split

This commit is contained in:
ligi 2017-03-23 13:03:42 +01:00
parent 91e350cb2e
commit d582b40160
No known key found for this signature in database
GPG key ID: 8E81894010ABF23D
2 changed files with 13 additions and 1 deletions

View file

@ -56,6 +56,10 @@ android {
forPlay {
dimension "distribution"
}
forAmazon {
dimension "distribution"
}
}
packagingOptions {
@ -142,8 +146,11 @@ dependencies {
compile 'com.github.ligi:KAXT:0.15'
compile 'com.github.ligi:loadtoast:1.10.11'
compile 'com.github.ligi:tracedroid:1.4'
compile 'com.github.ligi:snackengage:0.9'
forPlayCompile 'com.github.ligi.snackengage:snackengage-playrate:0.10'
forFDroidCompile 'com.github.ligi.snackengage:snackengage-playrate:0.10'
forAmazonCompile 'com.github.ligi.snackengage:snackengage-amazonrate:0.10'
compile 'com.squareup.okhttp3:okhttp:3.6.0'
compile 'com.larswerkman:HoloColorPicker:1.5'
compile 'com.google.code.findbugs:jsr305:3.0.1'

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="market_url" translatable="false">amzn://apps/android?p=%s</string>
<string name="nav_market" translatable="false">Play</string>
</resources>