Rename "standard" flavor to "ose"

This commit is contained in:
Ricki Hirner 2022-08-31 17:12:25 +02:00 committed by GitHub
parent 03deb4191a
commit ee993a8557
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 2 additions and 20 deletions

View file

@ -35,5 +35,5 @@ jobs:
uses: softprops/action-gh-release@v0.1.14
with:
prerelease: ${{ contains(github.ref_name, '-alpha') || contains(github.ref_name, '-beta') || contains(github.ref_name, '-rc') }}
files: app/build/outputs/apk/standard/release/*.apk
files: app/build/outputs/apk/ose/release/*.apk
fail_on_unmatched_files: true

View file

@ -53,7 +53,7 @@ android {
flavorDimensions "distribution"
productFlavors {
standard {
ose {
versionNameSuffix "-ose"
}
}

View file

@ -1,18 +0,0 @@
#!/bin/sh
./gradlew -i --continue check mergeAndroidReports
echo
echo View lint report:
echo -n file://
realpath app/build/outputs/lint-results-gplayDebug.html
echo
echo View local unit test reports:
echo -n file://
realpath app/build/reports/tests/testStandardReleaseUnitTest/standardRelease/index.html
echo
echo "View merged Android test reports (debug):"
echo -n file://
realpath build/reports/androidTests/index.html