Skip to content

Commit

Permalink
version 1.0.4, fix android version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStickyPiston committed Sep 26, 2024
1 parent e46e309 commit b4010b3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/stickyhours/android/gradle/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
defaultConfig {
applicationId "io.github.mrstickypiston.stickyhours"
versionCode 100
versionName "0.0.1"
versionName "1.0.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

// Briefcase currently requires API Level 24 for the `pidof` command, and the `--pid`
Expand Down
2 changes: 1 addition & 1 deletion build/stickyhours/android/gradle/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated 2024-09-22 18:56:29.314189
# Generated 2024-09-26 17:00:49.371828
requests
pytz
babel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ def startup(self):
# Main window of the application
self.main_window = toga.MainWindow(title=self.formal_name)

print("" + str(self.paths.data) + "" + str(self.config_dir))

# Setup command for logout
self.account_group = toga.command.Group(
text=_('command.group.account'),
Expand Down
11 changes: 11 additions & 0 deletions src/io.github.mrstickypiston.stickyhours.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,17 @@

# Releases
<releases>
<release version="1.0.4" date="2024-09-26">
<url type="details">https://github.com/MrStickyPiston/StickyHours/releases/tag/1.0.4</url>
<description>
<p> Sticky Hours 1.0.4</p>
<ul>
<li>Updated flatpak SDK version from org.gnome.Platform//45 to org.gnome.Platform//47</li>
<li>The python in the sdk is now used</li>
<li>The flatpak is now build cleaner</li>
</ul>
</description>
</release>
<release version="1.0.3" date="2024-09-25">
<url type="details">https://github.com/MrStickyPiston/StickyHours/releases/tag/1.0.3</url>
<description>
Expand Down

0 comments on commit b4010b3

Please sign in to comment.