Update build.gradle

This commit is contained in:
ArtDev 2020-08-03 14:49:36 +03:00 committed by GitHub
parent dfc0b3f719
commit 185d1cdb3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,6 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 26
buildToolsVersion '26.0.0'
dexOptions {
javaMaxHeapSize "4g"
}