Use SnackEngage 0.10 with play/amazon split
This commit is contained in:
parent
91e350cb2e
commit
d582b40160
2 changed files with 13 additions and 1 deletions
|
@ -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'
|
||||
|
|
5
android/src/forAmazon/res/values/strings.xml
Normal file
5
android/src/forAmazon/res/values/strings.xml
Normal 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>
|
Loading…
Reference in a new issue