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) {
2222
2323 override fun onViewCreated (view : View , savedInstanceState : Bundle ? ) {
2424 super .onViewCreated(view, savedInstanceState)
25- bindEvent();
25+ bindEvent()
2626 collectFlows()
2727 }
2828
Original file line number Diff line number Diff line change 22buildscript {
33
44 ext. versions = [
5- kotlin_plugin : ' 1.6.0 ' ,
5+ kotlin_plugin : ' 1.6.10 ' ,
66 kotlin : ' 1.4.10' ,
77 appcompat : ' 1.4.0' ,
88 coroutines : ' 1.5.2' ,
@@ -43,10 +43,10 @@ buildscript {
4343
4444 repositories {
4545 google()
46- jcenter ()
46+ mavenCentral ()
4747 }
4848 dependencies {
49- classpath ' com.android.tools.build:gradle:7.0.3 '
49+ classpath ' com.android.tools.build:gradle:7.0.4 '
5050 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:${ versions.kotlin_plugin} "
5151 classpath " dk.nodes.nstack:translation:${ versions.nstack_gradle_plugin} "
5252 classpath " com.google.dagger:hilt-android-gradle-plugin:${ versions.hilt} "
@@ -63,7 +63,7 @@ plugins {
6363allprojects {
6464 repositories {
6565 google()
66- jcenter ()
66+ mavenCentral ()
6767 }
6868
6969 apply from : " $rootDir /detekt.gradle"
You can’t perform that action at this time.
0 commit comments