ok megy elvileg egy darabig aztan maj dkiderul

This commit is contained in:
Peti
2023-05-26 19:42:35 +02:00
parent e4f5dc88a2
commit cc7a375c84
8 changed files with 34 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
def keystoreProperties = new Properties()
def keystorePropertiesFile = rootProject.file("$System.env.HOME/keys/filc3.properties")
def keystorePropertiesFile = rootProject.file("filc3.properties")
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
android {