Publish second version with new upload key

This commit is contained in:
Debanjum
2024-11-28 22:02:25 -08:00
parent faf15072b6
commit fdf69b7049
3 changed files with 6 additions and 6 deletions

View File

@@ -57,8 +57,8 @@ android {
applicationId "dev.khoj.app"
minSdkVersion 19
targetSdkVersion 35
versionCode 1
versionName "1"
versionCode 2
versionName "2"
// The name for the application
resValue "string", "appName", twaManifest.name

View File

@@ -1 +1 @@
cb47d96ca5556d8e4087d1895be4dd1b6ae7d357
5a05aa3ca4ff01dd9ca67642c5844a5fa3784939

View File

@@ -19,8 +19,8 @@
"path": "android.keystore",
"alias": "android"
},
"appVersionName": "1",
"appVersionCode": 1,
"appVersionName": "2",
"appVersionCode": 2,
"shortcuts": [],
"generatorApp": "bubblewrap-cli",
"webManifestUrl": "https://app.khoj.dev/static/khoj.webmanifest",
@@ -51,5 +51,5 @@
],
"additionalTrustedOrigins": [],
"retainedBundles": [],
"appVersion": "1"
"appVersion": "2"
}