Refactors and UI refinements

This commit is contained in:
M M Arif
2023-10-03 18:20:23 +05:00
parent bc060a21b0
commit 460d07d225
14 changed files with 557 additions and 609 deletions

View File

@@ -7,7 +7,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.0.2'
classpath 'com.android.tools.build:gradle:8.1.2'
}
}
@@ -19,6 +19,6 @@ allprojects {
}
}
task clean(type: Delete) {
tasks.register('clean', Delete) {
delete rootProject.buildDir
}