Skip to content

Commit

Permalink
- flutter_ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
JayAgola committed Oct 31, 2024
1 parent 9d0b8ed commit 7a11a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ android {
release {
keyAlias keystoreProperties['keyAlias']
keyPassword keystoreProperties['keyPassword']
storeFile keystoreProperties['storeFile'] ? file(keystoreProperties['storeFile']) : null
storeFile keystoreProperties['storeFile']
storePassword keystoreProperties['storePassword']
}
}
buildTypes {
release {
signingConfig signingConfigs.release
signingConfig signingConfigs.debug
}
}

Expand Down

0 comments on commit 7a11a02

Please sign in to comment.