Version 1.3.2

This commit is contained in:
2018-04-01 22:27:36 +02:00
parent 7af33ee1c8
commit e924d24315
26 changed files with 403 additions and 279 deletions

View File

@@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.1.0'
// NOTE: Do not place your application dependencies here; they belong
@@ -18,6 +18,7 @@ allprojects {
repositories {
jcenter()
maven { url 'https://jitpack.io' }
google()
}
}