Add files via upload

This commit is contained in:
xC3FFF0E 2021-02-09 01:55:31 +08:00 committed by GitHub
parent 9b8bf9f753
commit 6e94a05b01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 0 deletions

21
build.gradle Normal file
View File

@ -0,0 +1,21 @@
// 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.2'
classpath 'com.google.gms:google-services:4.3.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
google()
}
}

1
settings.gradle Normal file
View File

@ -0,0 +1 @@
include ':app'