Panagiotis Triantafyllou

new version

...@@ -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.5' 5 + PUBLISH_VERSION = '4.5.4.6'
6 PUBLISH_ARTIFACT_ID = 'warply-android-sdk' 6 PUBLISH_ARTIFACT_ID = 'warply-android-sdk'
7 } 7 }
8 8
...@@ -34,7 +34,7 @@ android { ...@@ -34,7 +34,7 @@ android {
34 34
35 dependencies { 35 dependencies {
36 //------------------------------ Support -----------------------------// 36 //------------------------------ Support -----------------------------//
37 - api 'androidx.appcompat:appcompat:1.5.1' 37 + api 'androidx.appcompat:appcompat:1.4.1'
38 api 'androidx.recyclerview:recyclerview:1.2.1' 38 api 'androidx.recyclerview:recyclerview:1.2.1'
39 api 'androidx.cardview:cardview:1.0.0' 39 api 'androidx.cardview:cardview:1.0.0'
40 api "androidx.security:security-crypto:1.1.0-alpha03" // For minSDK 23 use 1.0.0, for minSDK 21 use 1.1.0 that is currently in alpha 40 api "androidx.security:security-crypto:1.1.0-alpha03" // For minSDK 23 use 1.0.0, for minSDK 21 use 1.1.0 that is currently in alpha
...@@ -47,8 +47,8 @@ dependencies { ...@@ -47,8 +47,8 @@ dependencies {
47 api 'com.google.firebase:firebase-messaging' 47 api 'com.google.firebase:firebase-messaging'
48 48
49 //------------------------------ GMS -----------------------------// 49 //------------------------------ GMS -----------------------------//
50 - api 'com.google.android.gms:play-services-base:18.1.0' 50 + api 'com.google.android.gms:play-services-base:18.0.1'
51 - api 'com.google.android.gms:play-services-location:21.0.0' 51 + api 'com.google.android.gms:play-services-location:19.0.1'
52 52
53 //------------------------------ Work Manager -----------------------------// 53 //------------------------------ Work Manager -----------------------------//
54 api 'androidx.work:work-runtime:2.7.1' 54 api 'androidx.work:work-runtime:2.7.1'
...@@ -58,7 +58,7 @@ dependencies { ...@@ -58,7 +58,7 @@ dependencies {
58 annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0' 58 annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
59 59
60 //------------------------------ Huawei -----------------------------// 60 //------------------------------ Huawei -----------------------------//
61 - api 'com.huawei.agconnect:agconnect-core:1.6.5.300' 61 + api 'com.huawei.agconnect:agconnect-core:1.7.2.300'
62 api 'com.huawei.hms:base:6.6.0.300' 62 api 'com.huawei.hms:base:6.6.0.300'
63 api 'com.huawei.hms:push:6.7.0.300' 63 api 'com.huawei.hms:push:6.7.0.300'
64 api 'com.huawei.hms:ads-identifier:3.4.56.300' 64 api 'com.huawei.hms:ads-identifier:3.4.56.300'
......
...@@ -30,7 +30,7 @@ public class WarpConstants { ...@@ -30,7 +30,7 @@ public class WarpConstants {
30 /** 30 /**
31 * The version of the SDK installed in the device 31 * The version of the SDK installed in the device
32 */ 32 */
33 - public static final String SDK_VERSION = "4.5.4.5"; 33 + public static final String SDK_VERSION = "4.5.4.6";
34 34
35 /** 35 /**
36 * The URL of the server where it should ping 36 * The URL of the server where it should ping
......