Panagiotis Triantafyllou

new version

......@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = 'ly.warp'
PUBLISH_VERSION = '4.5.4.5'
PUBLISH_VERSION = '4.5.4.6'
PUBLISH_ARTIFACT_ID = 'warply-android-sdk'
}
......@@ -34,7 +34,7 @@ android {
dependencies {
//------------------------------ Support -----------------------------//
api 'androidx.appcompat:appcompat:1.5.1'
api 'androidx.appcompat:appcompat:1.4.1'
api 'androidx.recyclerview:recyclerview:1.2.1'
api 'androidx.cardview:cardview:1.0.0'
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 {
api 'com.google.firebase:firebase-messaging'
//------------------------------ GMS -----------------------------//
api 'com.google.android.gms:play-services-base:18.1.0'
api 'com.google.android.gms:play-services-location:21.0.0'
api 'com.google.android.gms:play-services-base:18.0.1'
api 'com.google.android.gms:play-services-location:19.0.1'
//------------------------------ Work Manager -----------------------------//
api 'androidx.work:work-runtime:2.7.1'
......@@ -58,7 +58,7 @@ dependencies {
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
//------------------------------ Huawei -----------------------------//
api 'com.huawei.agconnect:agconnect-core:1.6.5.300'
api 'com.huawei.agconnect:agconnect-core:1.7.2.300'
api 'com.huawei.hms:base:6.6.0.300'
api 'com.huawei.hms:push:6.7.0.300'
api 'com.huawei.hms:ads-identifier:3.4.56.300'
......
......@@ -30,7 +30,7 @@ public class WarpConstants {
/**
* The version of the SDK installed in the device
*/
public static final String SDK_VERSION = "4.5.4.5";
public static final String SDK_VERSION = "4.5.4.6";
/**
* The URL of the server where it should ping
......