-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automate APK signing with Gradle script #92
Comments
Note that we have a |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done This issue now has a funding of 0.0333 ETH (101.96 USD @ $3061.88/ETH) attached to it as part of the elimu-ai fund.
|
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Workers have applied to start work. These users each claimed they can complete the work by 264 years, 6 months from now. 1) xinminsu has applied to start work (Funders only: approve worker | reject worker). add signingConfigs and buildTypes in app/build.gradle Learn more on the Gitcoin Issue Details page. |
@eugenehp We will most likely trigger the compilation and signing in our Jenkins CI. |
Is this still a requirement? I see rejections of applicants but not sure why. |
@LDuncAndroid Yes, automatic version bumping has already been implemented in #96, so signing the compiled APK is the remaining step. Would you be interested in giving it a try? 🙂 |
Make it possible to automatically sign the
APK
file by running a./gradlew <...>
command.For each new release, we are currently doing the following steps:
-SNAPSHOT
fromversionName
versionCode
andversionName
We need to automate these steps by adding code to the
app/build.gradle
file.The text was updated successfully, but these errors were encountered: