Skip to content

Commit

Permalink
Prepare for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
tasomaniac committed Jan 1, 2022
1 parent d31f805 commit 2c6f019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ buildscript {
}

def versionMajor = 2
def versionMinor = 9
def versionBuild = 1
def versionMinor = 10
def versionBuild = 0
ext.playPublishTrack = 'internal'

ext.versions = [
Expand Down

2 comments on commit 2c6f019

@bb010g
Copy link

@bb010g bb010g commented on 2c6f019 Jan 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tasomaniac
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bb010g yes, it needs to. I struggled with automated updates since it was either too hard or required changed in my code. I was updating regularly but I started to get really long MR review time from maintainers. In the end, I unfortunately gave up updating fdroid

Please sign in to comment.