Skip to content

Commit

Permalink
Latest release
Browse files Browse the repository at this point in the history
Signed-off-by: bdureau <[email protected]>
  • Loading branch information
bdureau committed Mar 7, 2023
1 parent a2155f2 commit 2f36b84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@ android {
// but continue the build even when errors are found:
abortOnError false
}*/
aaptOptions {
cruncherEnabled = false
}
defaultConfig {
applicationId 'com.altimeter.bdureau.bearconsole'
minSdk 21
targetSdk 33
versionName '2.0.2'
versionCode 26
versionCode 27
multiDexEnabled true
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions app/release/release/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": 26,
"versionName": "2.0.1",
"versionCode": 27,
"versionName": "2.0.2",
"outputFile": "app-release.apk"
}
],
Expand Down

0 comments on commit 2f36b84

Please sign in to comment.