Skip to content

Commit a32c4a8

Browse files
committed
모듈 라벨 삭제
1 parent 82ae752 commit a32c4a8

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

securechannel/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ plugins {
1111

1212
val mGroupId = "io.myabcwallet"
1313
val mArtifactId = "securechannel"
14-
val mVersionCode = 7
15-
val mVersionName = "0.1.6"
14+
val mVersionCode = 8
15+
val mVersionName = "0.1.7"
1616
val libraryName = "SecureChannel-Android"
1717
val libraryDescription = "Library for Android to create a Secure Channel to communicate with WAAS"
1818

securechannel/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<application
55
android:allowBackup="true"
66
android:icon="@mipmap/ic_launcher"
7-
android:label="@string/app_name"
87
android:roundIcon="@mipmap/ic_launcher_round"
98
android:supportsRtl="true" />
109

0 commit comments

Comments
 (0)