Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
judemont committed Jul 19, 2024
1 parent 8765547 commit 41d1d76
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ if (flutterVersionName == null) {
flutterVersionName = '1.0'
}

def keystoreProperties = new Properties()
def keystorePropertiesFile = rootProject.file('key.properties')
if (keystorePropertiesFile.exists()) {
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
}

android {
namespace "jdm.apps.reciper"
compileSdk flutter.compileSdkVersion
Expand Down

0 comments on commit 41d1d76

Please sign in to comment.