Skip to content

Commit

Permalink
Version 1.0.1+2
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravxdhingra committed Dec 18, 2020
1 parent 838eb91 commit f2a4e6a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,7 @@ app.*.map.json
# Exceptions to above rules.
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
/android/app/google-services.json
/android/key.properties
/android/key.properties
/key.jks
/android/key.jks
/android/app/key.jks
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ android {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.gauravxdhingra.recipetap"
minSdkVersion 21
targetSdkVersion 28
targetSdkVersion 30
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand All @@ -66,7 +66,7 @@ android {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
// signingConfig signingConfigs.debug
signingConfig signingConfigs.release
signingConfig signingConfigs.release
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions android/keyprop.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
storePassword=
keyPassword=
keyAlias=key
# storeFile=c:\\Users\\GauravXd\\key.jks
storeFile=key.jks

0 comments on commit f2a4e6a

Please sign in to comment.