迁移项目

This commit is contained in:
2025-12-10 23:03:26 +08:00
parent 28fe161276
commit 51890e9432
67 changed files with 2461 additions and 985 deletions

View File

@@ -1,22 +1,4 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.1'
}
plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.android.library) apply false
}
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
google()
}
}
ext{
support_version='26.1.0'
}