Changed module name and package
This commit is contained in:
parent
bb6d142617
commit
0988249dbb
|
|
@ -19,7 +19,7 @@ include ':views'
|
|||
include ':recyclerview-adapters'
|
||||
include ':kotlin-extensions'
|
||||
include ':templates'
|
||||
include ':tabbarnavigation'
|
||||
include ':tabbar-navigation'
|
||||
|
||||
project(':utils').projectDir = new File(rootDir, 'utils')
|
||||
project(':logging').projectDir = new File(rootDir, 'logging')
|
||||
|
|
@ -32,4 +32,4 @@ project(':views').projectDir = new File(rootDir, 'views')
|
|||
project(':recyclerview-adapters').projectDir = new File(rootDir, 'recyclerview-adapters')
|
||||
project(':kotlin-extensions').projectDir = new File(rootDir, 'kotlin-extensions')
|
||||
project(':templates').projectDir = new File(rootDir, 'templates')
|
||||
project(':tabbarnavigation').projectDir = new File(rootDir, 'tabbarnavigation')
|
||||
project(':tabbar-navigation').projectDir = new File(rootDir, 'tabbar-navigation')
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ android {
|
|||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
<manifest
|
||||
package="ru.touchin.roboswag.components.tabbarnavigation"/>
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
<manifest
|
||||
package="ru.touchin.tabbarnavigation"/>
|
||||
Loading…
Reference in New Issue