Skip to content

Commit

Permalink
chore(release): android app v46 [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 30, 2024
1 parent 7a617c5 commit 00361c6
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 45
versionName "45"
versionCode 46
versionName "46"

// 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 @@
e8c42c25ea41388a02166c6f7586b4db6dee08db
6479a285a60b4cae16ba8049eac6b4242c03c5e2
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": "45",
"appVersionCode": 45,
"appVersionName": "46",
"appVersionCode": 46,
"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": "45"
"appVersion": "46"
}

0 comments on commit 00361c6

Please sign in to comment.