Ankur2580 / cadence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Cadence Mobile App Details

How to Release new version?

    1. One file is there under android directory Named as key.properties which is not checked in due to security reasons this file needs to be added for building app for release
    1. Update following 4 lines to key.properties. storePassword=Tryman2day123 keyPassword=man2day123 keyAlias=upload storeFile=D:/Flutterrelease/upload-keystore.jks
    1. Update version into pubspec.yaml version: 1.0.1+3
    1. Command to release (ABB format File) flutter build appbundle

Built build \app\outputs\bundle\release\app-release.aab (22.4MB).

F:\codebase\50 cadence\cadence-flutter-app\build\app\outputs\bundle\release

Notes

---Not Needed – as key is already generated.

To sign in App keytool -genkey -v -keystore F:/codebase/50 cadence/cadence-flutter-app/release/upload-keystore.jks -storetype JKS -keyalg RSA -keysize 2048 -validity 10000 -alias upload

About


Languages

Language:Dart 97.4%Language:HTML 1.6%Language:Swift 0.4%Language:JavaScript 0.3%Language:Kotlin 0.1%Language:Objective-C 0.0%