Skip to content

Commit 637cc73

Browse files
authored
chore: update dependencies and exceptions logging (crowdin#36)
1 parent 93e2015 commit 637cc73

File tree

6 files changed

+253
-81
lines changed

6 files changed

+253
-81
lines changed

example/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.6.10'
2+
ext.kotlin_version = '1.8.22'
33
repositories {
44
google()
55
mavenCentral()
@@ -26,6 +26,6 @@ subprojects {
2626
project.evaluationDependsOn(':app')
2727
}
2828

29-
task clean(type: Delete) {
29+
tasks.register("clean", Delete) {
3030
delete rootProject.buildDir
3131
}

0 commit comments

Comments
 (0)