Fixed dialog on android APK signing

This commit is contained in:
zatrit
2021-07-04 23:49:26 +03:00
committed by Joshua Granick
parent 1c6947c1ea
commit 75407f5db8

View File

@@ -5,6 +5,8 @@ import javax.swing.border.EmptyBorder;
apply plugin: 'com.android.application'
System.setProperty('java.awt.headless','false')
android {
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION)
buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION