Skip to content

Commit

Permalink
[Fix] Latest android build
Browse files Browse the repository at this point in the history
  • Loading branch information
camarm-dev committed Feb 4, 2024
1 parent 7b57839 commit f828c71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
applicationId "com.camarm.remede"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1101
versionCode 11011
versionName '1.1.0-beta.1'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
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": 1100,
"versionName": "1.1.0-beta",
"versionCode": 11011,
"versionName": "1.1.0-beta.1",
"outputFile": "app-release.apk"
}
],
Expand Down
Binary file added builds/1.1.0-beta.1/remede.apk
Binary file not shown.

0 comments on commit f828c71

Please sign in to comment.