Updated before playstore release

Took 5 minutes
This commit is contained in:
2020-09-30 13:12:09 +01:00
parent 1b7507e892
commit 8352735b17
63 changed files with 593 additions and 370 deletions

View File

@@ -2,11 +2,11 @@
buildscript {
repositories {
jcenter()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.6.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -15,8 +15,9 @@ buildscript {
allprojects {
repositories {
jcenter()
google()
jcenter()
maven { url 'https://jitpack.io' }
}
}