Skip to content

Commit

Permalink
Обновление приложения
Browse files Browse the repository at this point in the history
  • Loading branch information
hariuc committed Nov 14, 2023
1 parent 6b63803 commit b293108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app_depreciation_fixed_assets_app/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.7.22'
ext.kotlin_version = '1.8.21'
repositories {
google()
mavenCentral()
Expand All @@ -26,6 +26,6 @@ subprojects {
project.evaluationDependsOn(':app')
}

task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}

0 comments on commit b293108

Please sign in to comment.