File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
app/src/main/java/com/monstarlab/features/login Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class LoginFragment : Fragment(R.layout.fragment_login) {
22
22
23
23
override fun onViewCreated (view : View , savedInstanceState : Bundle ? ) {
24
24
super .onViewCreated(view, savedInstanceState)
25
- bindEvent();
25
+ bindEvent()
26
26
collectFlows()
27
27
}
28
28
Original file line number Diff line number Diff line change 2
2
buildscript {
3
3
4
4
ext. versions = [
5
- kotlin_plugin : ' 1.6.0 ' ,
5
+ kotlin_plugin : ' 1.6.10 ' ,
6
6
kotlin : ' 1.4.10' ,
7
7
appcompat : ' 1.4.0' ,
8
8
coroutines : ' 1.5.2' ,
@@ -43,10 +43,10 @@ buildscript {
43
43
44
44
repositories {
45
45
google()
46
- jcenter ()
46
+ mavenCentral ()
47
47
}
48
48
dependencies {
49
- classpath ' com.android.tools.build:gradle:7.0.3 '
49
+ classpath ' com.android.tools.build:gradle:7.0.4 '
50
50
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:${ versions.kotlin_plugin} "
51
51
classpath " dk.nodes.nstack:translation:${ versions.nstack_gradle_plugin} "
52
52
classpath " com.google.dagger:hilt-android-gradle-plugin:${ versions.hilt} "
@@ -63,7 +63,7 @@ plugins {
63
63
allprojects {
64
64
repositories {
65
65
google()
66
- jcenter ()
66
+ mavenCentral ()
67
67
}
68
68
69
69
apply from : " $rootDir /detekt.gradle"
You can’t perform that action at this time.
0 commit comments