Skip to content

Commit

Permalink
chore(release): android app v44 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and github-actions[bot] committed Dec 2, 2024
1 parent 8103a3a commit 0ef5e74
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ android {
applicationId "org.frsource.www.fast_angle.twa"
minSdkVersion 19
targetSdkVersion 35
versionCode 43
versionName "43"
versionCode 44
versionName "44"

// The name for the application
resValue "string", "appName", twaManifest.name
Expand Down
2 changes: 1 addition & 1 deletion packages/android/manifest-checksum.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c3b8415054c9d669e4f76817e48c232d057ea9f7
f296523eb38538da6f20b110689b896e28daaefa
6 changes: 3 additions & 3 deletions packages/android/twa-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"path": "/Users/jakubfreisler/android-studio-keystore",
"alias": "fastangle"
},
"appVersionName": "43",
"appVersionCode": 43,
"appVersionName": "44",
"appVersionCode": 44,
"shortcuts": [],
"generatorApp": "bubblewrap-cli",
"webManifestUrl": "https://www.frsource.org/fast-angle/manifest.webmanifest",
Expand All @@ -48,5 +48,5 @@
"serviceAccountJsonFile": "../../service-account.json",
"additionalTrustedOrigins": [],
"retainedBundles": [],
"appVersion": "43"
"appVersion": "44"
}

0 comments on commit 0ef5e74

Please sign in to comment.