Skip to content

Commit

Permalink
chore(release): android app v38 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
FRSgit authored and github-actions[bot] committed Oct 29, 2024
1 parent 099e4a1 commit 6ebe3ba
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 37
versionName "37"
versionCode 38
versionName "38"

// 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 @@
5e8f5543f905f9448203a559a845b29daabe8f56
0afd69a6b8739404a5fb87074127c15a08228aa5
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": "37",
"appVersionCode": 37,
"appVersionName": "38",
"appVersionCode": 38,
"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": "37"
"appVersion": "38"
}

0 comments on commit 6ebe3ba

Please sign in to comment.