Skip to content

Commit

Permalink
Pre-Release Build
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantkingh committed Aug 14, 2023
1 parent a065314 commit 8dd7d9c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
/.idea/libraries
.DS_Store
/build
debug.keystore
lvc-key.jks
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ android {
namespace 'com.gsoc.vedantsingh.locatedvoicecms'
// signingConfigs {
// config {
// keyAlias 'androiddebugkey'
// keyAlias 'lvc-key'
// keyPassword 'android'
// storeFile file('C:/Users/vedan/Documents/git-demo/Located-Voice-CMS/debug.keystore')
// storeFile file('C:/Users/vedan/Documents/git-demo/Located-Voice-CMS/lvc-key.keystore')
// storePassword 'android'
// }
// }
Expand All @@ -25,7 +25,7 @@ android {
minSdkVersion 23
targetSdkVersion 33
versionCode 5
versionName "1.2.3"
versionName "2.0.0"
}
packagingOptions {
exclude 'META-INF/DEPENDENCIES'
Expand Down
Binary file added app/release/app-release.aab
Binary file not shown.
Binary file modified app/release/app-release.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"filters": [],
"attributes": [],
"versionCode": 5,
"versionName": "1.2.3",
"versionName": "2.0.0",
"outputFile": "app-release.apk"
}
],
Expand Down
Binary file modified app/src/main/res/drawable/lvc_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8dd7d9c

Please sign in to comment.