Skip to content

Commit

Permalink
New version: 11
Browse files Browse the repository at this point in the history
  • Loading branch information
fexed committed Mar 14, 2023
1 parent 5fb7f9e commit 0aa0862
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .idea/androidTestResultsUserPreferences.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.fexed.spacecadetpinball"
minSdk 19
targetSdk 33
versionCode 11
versionName "2.3"
versionCode 12
versionName "2.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 8,
"versionName": "2.1",
"versionCode": 11,
"versionName": "2.3",
"outputFile": "app-release.apk"
}
],
Expand Down

0 comments on commit 0aa0862

Please sign in to comment.