Changed module name and package

This commit is contained in:
Daniil Borisovskii 2019-08-15 10:54:37 +03:00
parent bb6d142617
commit 0988249dbb
9 changed files with 4 additions and 5 deletions

View File

@ -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')

View File

@ -12,7 +12,6 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
dependencies {

View File

@ -0,0 +1,2 @@
<manifest
package="ru.touchin.roboswag.components.tabbarnavigation"/>

View File

@ -1,2 +0,0 @@
<manifest
package="ru.touchin.tabbarnavigation"/>