Panagiotis Triantafyllou

minor fixes

...@@ -2,7 +2,7 @@ apply plugin: 'com.android.library' ...@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2 2
3 ext { 3 ext {
4 PUBLISH_GROUP_ID = 'ly.warp' 4 PUBLISH_GROUP_ID = 'ly.warp'
5 - PUBLISH_VERSION = '4.5.4-cosbeta89' 5 + PUBLISH_VERSION = '4.5.4-cosbeta90'
6 PUBLISH_ARTIFACT_ID = 'warply-android-sdk' 6 PUBLISH_ARTIFACT_ID = 'warply-android-sdk'
7 } 7 }
8 8
...@@ -76,9 +76,9 @@ dependencies { ...@@ -76,9 +76,9 @@ dependencies {
76 76
77 //------------------------------ Huawei -----------------------------// 77 //------------------------------ Huawei -----------------------------//
78 implementation 'com.huawei.agconnect:agconnect-core:1.6.5.300' 78 implementation 'com.huawei.agconnect:agconnect-core:1.6.5.300'
79 - implementation 'com.huawei.hms:base:6.4.0.302' 79 + implementation 'com.huawei.hms:base:6.6.0.300'
80 - implementation 'com.huawei.hms:push:6.3.0.304' 80 + implementation 'com.huawei.hms:push:6.7.0.300'
81 - implementation 'com.huawei.hms:ads-identifier:3.4.39.302' 81 + implementation 'com.huawei.hms:ads-identifier:3.4.56.300'
82 82
83 //------------------------------ SQLCipher -----------------------------// 83 //------------------------------ SQLCipher -----------------------------//
84 api "net.zetetic:android-database-sqlcipher:4.5.0" 84 api "net.zetetic:android-database-sqlcipher:4.5.0"
......