style: change some view

This commit is contained in:
AnranYus
2023-10-20 18:52:54 +08:00
parent d83082211e
commit 54a8ece487
10 changed files with 24 additions and 109 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = "1.4.31"
ext.kotlin_version = "1.8.10"
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.3.0'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10'
classpath 'com.android.tools.build:gradle:8.1.1'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files