build: 更新项目至studio panda

This commit is contained in:
2026-06-02 20:51:37 +08:00
parent 0ad5607b68
commit 61ce9e8abe
17 changed files with 1069 additions and 660 deletions

View File

@@ -1,7 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '2.3.21'
repositories {
google()
// mavenCentral()
@@ -13,8 +14,9 @@ buildscript {
maven { url 'https://maven.aliyun.com/repository/google' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.4'
classpath 'com.android.tools.build:gradle:8.13.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files