Skip to content

Commit eb5d8fc

Browse files
committed
feat: update version
1 parent 1007f9d commit eb5d8fc

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "fr.corenting.edcompanion"
1212
minSdkVersion 23
1313
targetSdkVersion 36
14-
versionCode 75
15-
versionName "2.31"
14+
versionCode 76
15+
versionName "2.32"
1616
vectorDrawables.useSupportLibrary = true
1717

1818
buildConfigField "String", "FRONTIER_AUTH_CLIENT_ID", '"' + FRONTIER_AUTH_CLIENT_ID + '"'

app/src/main/res/values/strings.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -408,11 +408,9 @@
408408
<string name="changelog_title">Changelog</string>
409409
<string name="changelog_message">
410410
<![CDATA[
411-
<b>Version 2.31</b><br />
411+
<b>Version 2.32</b><br />
412412
<ul>
413-
<li>Update for Android 16</li><br />
414-
<li>Fix header in menu being cut</li><br />
415-
<li>Fix typos</li><br />
413+
<li>Fix name for new ship</li><br />
416414
</ul>
417415
]]>
418416
</string>

0 commit comments

Comments
 (0)