Skip to content

Commit 7e169fd

Browse files
committed
Refactoring
1 parent b70c74d commit 7e169fd

File tree

13 files changed

+399
-362
lines changed

13 files changed

+399
-362
lines changed

.idea/compiler.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ android {
3535

3636
dependencies {
3737
implementation fileTree(dir: "libs", include: ["*.jar"])
38-
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
39-
implementation 'androidx.core:core-ktx:1.3.1'
38+
implementation 'androidx.core:core-ktx:1.3.2'
4039
implementation 'androidx.appcompat:appcompat:1.2.0'
41-
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
40+
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
4241

4342
implementation(project(":widget"))
4443
}

0 commit comments

Comments
 (0)