Skip to content

Commit

Permalink
✅BUILD: Built App v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-xero committed Feb 1, 2023
1 parent 4ee19c1 commit 961078a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ android {
compileSdk 33

defaultConfig {
applicationId "com.example.affirmations"
applicationId "dev.xero.affirmations"
minSdk 21
targetSdk 33
versionCode 1
versionName "1.0"
versionCode 3
versionName "1.0.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
6 changes: 3 additions & 3 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.example.affirmations",
"applicationId": "dev.xero.affirmations",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "1.0",
"versionCode": 3,
"versionName": "1.0.2",
"outputFile": "app-release.apk"
}
],
Expand Down

0 comments on commit 961078a

Please sign in to comment.