Skip to content

Commit e540d19

Browse files
author
Atiq
committed
chore: upgrade dependencies
1 parent 90c31ac commit e540d19

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/src/main/java/com/monstarlab/features/login/LoginFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
buildscript {
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 {
6363
allprojects {
6464
repositories {
6565
google()
66-
jcenter()
66+
mavenCentral()
6767
}
6868

6969
apply from: "$rootDir/detekt.gradle"

0 commit comments

Comments
 (0)