Skip to content

Commit

Permalink
[Fix] Switching to 1.1.0.beta.2 + latest builds
Browse files Browse the repository at this point in the history
  • Loading branch information
camarm-dev committed Feb 4, 2024
1 parent f828c71 commit 6b41152
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.camarm.remede"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 11011
versionName '1.1.0-beta.1'
versionCode 1102
versionName '1.1.0-beta.2'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
4 changes: 2 additions & 2 deletions app/android/app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 11011,
"versionName": "1.1.0-beta.1",
"versionCode": 1102,
"versionName": "1.1.0-beta.2",
"outputFile": "app-release.apk"
}
],
Expand Down
2 changes: 1 addition & 1 deletion app/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remede",
"version": "1.1.0-beta.1",
"version": "1.1.0-beta.2",
"description": "A french mobile and offline dictionary.",
"build": {
"appId": "com.camarm.remede",
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "remede",
"private": true,
"version": "1.1.0-beta.1",
"version": "1.1.0-beta.2",
"type": "module",
"license": "Cecill V2.1",
"author": {
Expand Down
Binary file not shown.

0 comments on commit 6b41152

Please sign in to comment.