Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
9001 committed Jan 2, 2025
1 parent 1477243 commit 4abb7dd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId "me.ocv.partyup"
minSdk 28
targetSdk 34
versionCode 10600
versionName "1.6.0"
versionCode 10700
versionName "1.7.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
signingConfig signingConfigs.release
Expand Down
4 changes: 2 additions & 2 deletions app/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": 10600,
"versionName": "1.6.0",
"versionCode": 10700,
"versionName": "1.7.0",
"outputFile": "app-release.apk"
}
],
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<string name="app_name">Party UP! dbg2</string>
<string name="app_name">Party UP!</string>
<string-array name="konsuccess">
<item>menu</item>
<item>copy</item>
Expand Down
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/10700.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
• new: expand strftime in server-url; %Y %m %d %H %M %S %q %j
• new: replace basic-auth with PW header
• new: target api-level 34, support api-level 28+

0 comments on commit 4abb7dd

Please sign in to comment.