mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a742646127 | ||
|
|
f5078d5ef2 | ||
|
|
3784084abc | ||
|
|
2f463b7735 |
@@ -68,7 +68,7 @@ jobs:
|
||||
tag_name: ${{ steps.tagger.outputs.tag }}
|
||||
name: ${{ steps.tagger.outputs.tag }}
|
||||
generate_release_notes: true
|
||||
files: app/build/outputs/apk/beta/*.apk
|
||||
files: app/build/outputs/apk/foss/beta/*.apk
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@@ -80,7 +80,7 @@ jobs:
|
||||
tag_name: ${{ steps.tagger.outputs.tag }}
|
||||
name: ${{ steps.tagger.outputs.tag }}
|
||||
generate_release_notes: true
|
||||
files: app/build/outputs/apk/release/*.apk
|
||||
files: app/build/outputs/apk/foss/release/*.apk
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ buildscript {
|
||||
'major': 1,
|
||||
'minor': 3,
|
||||
'patch': 13,
|
||||
'build': 1,
|
||||
'build': 4,
|
||||
],
|
||||
]
|
||||
|
||||
|
||||
+4
-2
@@ -21,10 +21,11 @@ platform :android do
|
||||
end
|
||||
|
||||
lane :beta do
|
||||
gradle(task: 'clean assembleGplayBeta')
|
||||
gradle(task: 'clean bundleGplayBeta')
|
||||
sh "bash ./remove_unsupported_languages.sh"
|
||||
supply(
|
||||
track: 'beta',
|
||||
skip_upload_apk: 'true',
|
||||
skip_upload_changelogs: 'false',
|
||||
skip_upload_images: 'true',
|
||||
skip_upload_screenshots: 'true',
|
||||
@@ -34,10 +35,11 @@ platform :android do
|
||||
end
|
||||
|
||||
lane :production do
|
||||
gradle(task: 'clean assembleGplayRelease')
|
||||
gradle(task: 'clean bundleGplayRelease')
|
||||
sh "bash ./remove_unsupported_languages.sh"
|
||||
supply(
|
||||
track: 'beta',
|
||||
skip_upload_apk: 'true',
|
||||
skip_upload_changelogs: 'false',
|
||||
skip_upload_images: 'true',
|
||||
skip_upload_screenshots: 'true',
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
v1.3.13(1031300)
|
||||
v1.3.13(1031301)
|
||||
• Updated translations
|
||||
• Updated internal dependencies
|
||||
• Tweaked placement of UI elements
|
||||
@@ -0,0 +1,4 @@
|
||||
v1.3.13(1031302)
|
||||
• Updated translations
|
||||
• Updated internal dependencies
|
||||
• Tweaked placement of UI elements
|
||||
@@ -0,0 +1,4 @@
|
||||
v1.3.13(1031303)
|
||||
• Updated translations
|
||||
• Updated internal dependencies
|
||||
• Tweaked placement of UI elements
|
||||
@@ -0,0 +1,4 @@
|
||||
v1.3.13(1031304)
|
||||
• Updated translations
|
||||
• Updated internal dependencies
|
||||
• Tweaked placement of UI elements
|
||||
@@ -1,6 +1,7 @@
|
||||
CAPod is a companion app for AirPods.
|
||||
|
||||
Features:
|
||||
|
||||
* Battery level for pods and cases.
|
||||
* Charging status for pods and case.
|
||||
* Additional infos about connection, microphone and case.
|
||||
|
||||
Reference in New Issue
Block a user