Skip to content

Commit 3c65cb1

Browse files
committed
removed unused license checking
1 parent 54716b3 commit 3c65cb1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

library/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ plugins {
2424
publishing {
2525
publications {
2626
release(MavenPublication) {
27-
groupId = 'com.github.zixpo.candybar'
27+
groupId = 'com.github.donnnno.candybar'
2828
artifactId = 'library'
2929
version = rootProject.ext.VersionName
3030

@@ -126,7 +126,6 @@ dependencies {
126126
implementation 'com.github.danimahardhika:cafebar:1.3.2'
127127
implementation 'com.github.danimahardhika.android-helpers:core:-SNAPSHOT'
128128
implementation 'com.github.danimahardhika.android-helpers:animation:0.1.0'
129-
implementation 'com.github.danimahardhika.android-helpers:license:0.1.0'
130129
implementation 'com.github.danimahardhika.android-helpers:permission:0.1.0'
131130
implementation 'com.github.danimahardhika:DrawMe:4a672e78fc'
132131
}

0 commit comments

Comments
 (0)