Skip to content

Commit 50d98ef

Browse files
author
Artem
committed
+ refactoring
1 parent a2109d5 commit 50d98ef

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
package ru.wearemad.navigation
22

3-
import androidx.appcompat.app.AppCompatActivity
43
import android.os.Bundle
5-
import ru.wearemad.mad_navigation.CiceroneHolder
4+
import androidx.appcompat.app.AppCompatActivity
65

76
class MainActivity : AppCompatActivity() {
87

98
override fun onCreate(savedInstanceState: Bundle?) {
109
super.onCreate(savedInstanceState)
11-
setContentView(R.layout.activity_main)
12-
val h = CiceroneHolder()
13-
val r = h.getOrCreateRouter("asd")
14-
if (r != null) {
15-
16-
}
1710
}
1811
}

config.gradle

-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,9 @@ ext {
1616

1717
//kotlin
1818
kotlinVersion = '1.4.30'
19-
kotlixExtVersion = '1.3.2'
2019

2120
//android x
2221
xVersion = '1.2.0'
23-
xMaterial = '1.3.0'
24-
xExif = '1.3.2'
2522
xFragment = '1.3.0'
2623

2724
//cicerone

0 commit comments

Comments
 (0)