Skip to content

Commit 4ec3058

Browse files
committed
Renamed Module, made changes for repo upload
1 parent 73d9889 commit 4ec3058

22 files changed

+4
-4
lines changed

.idea/caches/build_file_checksums.ser

-4 Bytes
Binary file not shown.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ dependencies {
3232
implementation 'com.android.support:support-dynamic-animation:27.1.1'
3333
androidTestImplementation 'com.android.support.test:runner:1.0.1'
3434
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
35-
implementation project(":hiddenlinearlayoutview")
35+
implementation project(':hidden-layout-view')
3636
}
File renamed without changes.

hiddenlinearlayoutview/build.gradle renamed to hidden-layout-view/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ apply plugin: 'com.android.library'
22

33
ext {
44
bintrayRepo = 'HiddenLayoutView'
5-
bintrayName = 'HiddenLayoutView'
5+
bintrayName = 'hidden-layout-view'
66

7-
publishedGroupId = 'com.psx95.hiddenlayoutview'
7+
publishedGroupId = 'com.psx95'
88
libraryName = 'HiddenLayoutView'
99
artifact = 'hidden-layout-view'
1010

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':app', ':hiddenlinearlayoutview'
1+
include ':app', ':hidden-layout-view'

0 commit comments

Comments
 (0)