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
2025-07-09 17:35:20 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c9a11058f17e6882dcd9a18a52bdcde2edb8cba4
c9a11058
1 parent
00b3afa7
changed sdk version in constants
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
warply_android_sdk/src/main/java/ly/warp/sdk/utils/constants/WarpConstants.java
warply_android_sdk/src/main/java/ly/warp/sdk/utils/constants/WarpConstants.java
View file @
c9a1105
...
...
@@ -30,7 +30,7 @@ public class WarpConstants {
/**
* The version of the SDK installed in the device
*/
public
static
final
String
SDK_VERSION
=
"4.5.5.
4
"
;
public
static
final
String
SDK_VERSION
=
"4.5.5.
5
"
;
/**
* The URL of the server where it should ping
...
...
Please
register
or
login
to post a comment