delete dead signing code

pull/114/head
Alya Sirko 2022-09-17 10:03:50 +03:00
parent d63a6c3442
commit 01a2e38d81
1 changed files with 0 additions and 6 deletions

View File

@ -21,12 +21,6 @@ if (flutterVersionName == null) {
flutterVersionName = '1.0'
}
def keystoreProperties = new Properties()
def keystorePropertiesFile = rootProject.file('key.properties')
if (keystorePropertiesFile.exists()) {
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
}
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"