init project

This commit is contained in:
leo
2023-10-07 21:31:31 +08:00
commit 6f71dbf2d3
219 changed files with 13113 additions and 0 deletions

22
build.gradle Normal file
View File

@@ -0,0 +1,22 @@
// 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'
}
}
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
google()
}
}
ext{
support_version='26.1.0'
}