Compare commits

..

2 commits

Author SHA1 Message Date
Vadim
e7b0726504 Download apk before creating GitHub release 2025-01-21 09:00:01 +01:00
Vadim
b073391491 Set compileSdkVersion to 35 2025-01-21 08:55:41 +01:00
4 changed files with 7 additions and 8 deletions

View file

@ -101,6 +101,11 @@ jobs:
with:
submodules: recursive
- name: Download apk
uses: actions/download-artifact@v3
with:
name: m3_lightmeter_apk
- name: Increment build number & replace version number
run: bash ./.github/scripts/increment_build_number.sh ${{ github.event.inputs.version }}
@ -124,11 +129,6 @@ jobs:
branch: ${{ github.ref_name }}
unprotect_reviews: true
- name: Download apk
uses: actions/download-artifact@v3
with:
name: m3_lightmeter_apk
- name: Rename apk
run: mv app-prod-release.apk m3_lightmeter.apk

View file

@ -31,7 +31,7 @@ if (keystorePropertiesFile.exists()) {
}
android {
compileSdkVersion 34
compileSdkVersion 35
ndkVersion "27.0.12077973"
compileOptions {

View file

@ -1 +0,0 @@
- Performance improvements and bug fixes

View file

@ -1,7 +1,7 @@
name: lightmeter
description: Lightmeter app inspired by Material 3 design system.
publish_to: "none"
version: 1.0.1+56
version: 1.0.0+55
environment:
sdk: ">=3.0.0 <4.0.0"