Commit 50d98ef Artem
committed
1 parent a2109d5 commit 50d98ef Copy full SHA for 50d98ef
File tree 2 files changed +1
-11
lines changed
app/src/main/java/ru/wearemad/navigation
2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 1
1
package ru.wearemad.navigation
2
2
3
- import androidx.appcompat.app.AppCompatActivity
4
3
import android.os.Bundle
5
- import ru.wearemad.mad_navigation.CiceroneHolder
4
+ import androidx.appcompat.app.AppCompatActivity
6
5
7
6
class MainActivity : AppCompatActivity () {
8
7
9
8
override fun onCreate (savedInstanceState : Bundle ? ) {
10
9
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
- }
17
10
}
18
11
}
Original file line number Diff line number Diff line change 16
16
17
17
// kotlin
18
18
kotlinVersion = ' 1.4.30'
19
- kotlixExtVersion = ' 1.3.2'
20
19
21
20
// android x
22
21
xVersion = ' 1.2.0'
23
- xMaterial = ' 1.3.0'
24
- xExif = ' 1.3.2'
25
22
xFragment = ' 1.3.0'
26
23
27
24
// cicerone
You can’t perform that action at this time.
0 commit comments