This commit is contained in:
2021-09-16 17:46:25 +02:00
commit 05df888a5d
47 changed files with 1254 additions and 0 deletions

10
settings.gradle Normal file
View File

@ -0,0 +1,10 @@
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
}
}
rootProject.name = "SmsExport"
include ':app'