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-11 18:21:49 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4be1fb723303c1d4caac5773cb9dd14970a43488
4be1fb72
1 parent
7f82f324
minor fixes
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
warply_android_sdk/build.gradle
warply_android_sdk/src/main/java/ly/warp/sdk/utils/managers/WarplyManager.java
warply_android_sdk/build.gradle
View file @
4be1fb7
...
...
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
ext
{
PUBLISH_GROUP_ID
=
'ly.warp'
PUBLISH_VERSION
=
'4.5.4-cosbeta
89
'
PUBLISH_VERSION
=
'4.5.4-cosbeta
90
'
PUBLISH_ARTIFACT_ID
=
'warply-android-sdk'
}
...
...
@@ -76,9 +76,9 @@ dependencies {
//------------------------------ Huawei -----------------------------//
implementation
'com.huawei.agconnect:agconnect-core:1.6.5.300'
implementation
'com.huawei.hms:base:6.
4.0.302
'
implementation
'com.huawei.hms:push:6.
3.0.304
'
implementation
'com.huawei.hms:ads-identifier:3.4.
39.302
'
implementation
'com.huawei.hms:base:6.
6.0.300
'
implementation
'com.huawei.hms:push:6.
7.0.300
'
implementation
'com.huawei.hms:ads-identifier:3.4.
56.300
'
//------------------------------ SQLCipher -----------------------------//
api
"net.zetetic:android-database-sqlcipher:4.5.0"
...
...
warply_android_sdk/src/main/java/ly/warp/sdk/utils/managers/WarplyManager.java
View file @
4be1fb7
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment