We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ae752 commit a32c4a8Copy full SHA for a32c4a8
2 files changed
securechannel/build.gradle.kts
@@ -11,8 +11,8 @@ plugins {
11
12
val mGroupId = "io.myabcwallet"
13
val mArtifactId = "securechannel"
14
-val mVersionCode = 7
15
-val mVersionName = "0.1.6"
+val mVersionCode = 8
+val mVersionName = "0.1.7"
16
val libraryName = "SecureChannel-Android"
17
val libraryDescription = "Library for Android to create a Secure Channel to communicate with WAAS"
18
securechannel/src/main/AndroidManifest.xml
@@ -4,7 +4,6 @@
4
<application
5
android:allowBackup="true"
6
android:icon="@mipmap/ic_launcher"
7
- android:label="@string/app_name"
8
android:roundIcon="@mipmap/ic_launcher_round"
9
android:supportsRtl="true" />
10
0 commit comments