Skip to content

Commit

Permalink
Renamed Module, made changes for repo upload
Browse files Browse the repository at this point in the history
  • Loading branch information
psx95 committed Apr 21, 2018
1 parent 73d9889 commit 86c88bc
Show file tree
Hide file tree
Showing 22 changed files with 5 additions and 5 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ dependencies {
implementation 'com.android.support:support-dynamic-animation:27.1.1'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
implementation project(":hiddenlinearlayoutview")
implementation project(':hidden-layout-view')
}
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apply plugin: 'com.android.library'

ext {
bintrayRepo = 'HiddenLayoutView'
bintrayName = 'HiddenLayoutView'
bintrayRepo = 'maven'
bintrayName = 'hidden-layout-view'

publishedGroupId = 'com.psx95.hiddenlayoutview'
publishedGroupId = 'com.psx95'
libraryName = 'HiddenLayoutView'
artifact = 'hidden-layout-view'

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':app', ':hiddenlinearlayoutview'
include ':app', ':hidden-layout-view'

0 comments on commit 86c88bc

Please sign in to comment.