Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_android_sdk_maven_plugin
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Panagiotis Triantafyllou
2022-10-21 13:41:23 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cd5c07259edb4e819b29398ad6e40957672eb341
cd5c0725
1 parent
393a4432
new version
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
warply_android_sdk/build.gradle
warply_android_sdk/src/main/java/ly/warp/sdk/utils/constants/WarpConstants.java
warply_android_sdk/build.gradle
View file @
cd5c072
...
...
@@ -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'
...
...
warply_android_sdk/src/main/java/ly/warp/sdk/utils/constants/WarpConstants.java
View file @
cd5c072
...
...
@@ -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
...
...
Please
register
or
login
to post a comment