GouravShDev

Results 9 comments of GouravShDev

Hi, Are you working on this issue @Sasheem? I would like to work on this issue if you are not.

Try incrementing build version code using: ``` previous_build_number = google_play_track_version_codes( package_name: 'package_name', // replace package name here track: "internal", json_key: "path/to/key", )[0] current_build_number = previous_build_number + 1 increment_version_code( gradle_file_path: "./app/build.gradle",...

Check if you already have an app bundle with the same version number in App Bundle explorer. https://play.google.com/console/about/app-bundle-explorer/

I would like to work on this one.

@LucasXu0 Should I take reference from OpenAI Writer for implementing this feature? I think both features are somewhat similar.

can we add on tap to handle this by opening the file? As for pdf files, we can open the pdf viewer on the device.

I would like to work on this issue.