Compare commits
5
Commits
1.6
..
214371f846
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
214371f846 | ||
|
|
12b424679d | ||
|
|
3ba5ee4d78 | ||
|
|
c01399f45d
|
||
|
|
a9cd70ea07 |
@@ -62,7 +62,9 @@ jobs:
|
||||
else
|
||||
VERSION_NAME="${VERSION_BASE}"
|
||||
fi
|
||||
./gradlew assembleSignedRelease -PVERSION_CODE=$VERSION_CODE -PVERSION_NAME=$VERSION_NAME
|
||||
./gradlew bundleSignedRelease assembleSignedRelease -PVERSION_CODE=$VERSION_CODE -PVERSION_NAME=$VERSION_NAME
|
||||
# ./gradlew assembleSignedRelease -PVERSION_CODE=$VERSION_CODE -PVERSION_NAME=$VERSION_NAME
|
||||
# ./gradlew bundleSignedRelease -PVERSION_CODE=$VERSION_CODE -PVERSION_NAME=$VERSION_NAME
|
||||
|
||||
- name: Upload APK
|
||||
uses: actions/upload-artifact@v7
|
||||
@@ -82,4 +84,13 @@ jobs:
|
||||
echo "false"
|
||||
else
|
||||
echo "true"
|
||||
fi
|
||||
fi
|
||||
|
||||
- name: Upload to Google Play
|
||||
uses: r0adkll/upload-google-play@v1
|
||||
with:
|
||||
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
|
||||
packageName: net.helcel.cowspent
|
||||
releaseFiles: app/build/outputs/bundle/signedRelease/app-signedRelease.aab
|
||||
tracks: 'internal' # ${{ startsWith(github.ref, 'refs/tags/') && 'production' || 'beta' }}
|
||||
status: completed
|
||||
@@ -12,8 +12,6 @@ Which is originally a fork of [PhoneTrack-Android](https://gitlab.com/eneiluj/ph
|
||||
Which is itself a fork of [Nextcloud Notes for Android](https://github.com/stefan-niedermann/nextcloud-notes).
|
||||
Many thanks to their developers :heart: !
|
||||
|
||||
|
||||
|
||||
</p>
|
||||
|
||||
<a href="https://ko-fi.com/I2I615VP5M"><img src="https://ko-fi.com/img/githubbutton_sm.svg" alt="ko-fi"></a>
|
||||
@@ -24,6 +22,7 @@ Many thanks to their developers :heart: !
|
||||
<a href="https://github.com/helcel-net/cowspent/actions/workflows/build.yml">
|
||||
<img src="https://github.com/helcel-net/cowspent/actions/workflows/build.yml/badge.svg?branch=main" alt="Build Status">
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
## 🌄 Screenshots
|
||||
@@ -57,7 +56,6 @@ Extra Features:
|
||||
- Support for Cospend archived-status (hide archived projects by default)
|
||||
- Modern UI and code with Kotlin and Jetpack-Compose
|
||||
|
||||
|
||||
## 📳 Installation
|
||||
|
||||
<div style="display: flex; justify-content: center; align-items: center; flex-direction: row;">
|
||||
@@ -88,6 +86,13 @@ Cowspent is a user-driven project. We welcome any contribution, big or small.
|
||||
|
||||
Thanks to all contributors, the developers of our dependencies, and our users.
|
||||
|
||||
## Signinig key
|
||||
|
||||
```
|
||||
net.helcel.cowspent
|
||||
D3:EE:68:A8:5A:7F:35:A1:14:D2:74:B4:50:AA:CE:8C:ED:68:EA:C8:1A:A2:22:E2:7F:F5:0E:98:4C:C6:29
|
||||
```
|
||||
|
||||
## 📝 License
|
||||
|
||||
```
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id 'com.android.application' version '9.3.2'
|
||||
id 'com.android.application' version '9.4.1'
|
||||
id 'org.jetbrains.kotlin.plugin.serialization' version '2.4.10'
|
||||
id 'org.jetbrains.kotlin.plugin.compose' version '2.4.10'
|
||||
id 'jacoco'
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
CUE6FCSBR6JIAAAAAAAAAAAAAA
|
||||
Reference in New Issue
Block a user