diff --git a/android/build.gradle b/android/build.gradle index b0c39921..6f2013d5 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -146,9 +146,9 @@ dependencies { implementation 'com.github.ligi:loadtoast:1.10.11' implementation 'com.github.ligi:tracedroid:3.0' - forPlayImplementation 'com.github.ligi.snackengage:snackengage-playrate:0.22' - forFDroidImplementation 'com.github.ligi.snackengage:snackengage-playrate:0.22' - forAmazonImplementation 'com.github.ligi.snackengage:snackengage-amazonrate:0.22' + forPlayImplementation 'com.github.ligi.snackengage:snackengage-playrate:0.24' + forFDroidImplementation 'com.github.ligi.snackengage:snackengage-playrate:0.24' + forAmazonImplementation 'com.github.ligi.snackengage:snackengage-amazonrate:0.24' // https://medium.com/square-corner-blog/okhttp-3-13-requires-android-5-818bb78d07ce // Don't update to >=3.13 before minSDK 21 + Java 8