Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Flatigers committed Aug 10, 2022
1 parent 03381b4 commit db27b33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.flatig.bananaports"
minSdk 23
targetSdk 32
versionCode 2
versionName "Version 2.0"
versionCode 3
versionName "Version 2.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Binary file modified release/app-release.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions 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": 2,
"versionName": "Version 2.0",
"versionCode": 3,
"versionName": "Version 2.1",
"outputFile": "app-release.apk"
}
],
Expand Down

0 comments on commit db27b33

Please sign in to comment.