Skip to content

Commit

Permalink
Bump version for release (#994)
Browse files Browse the repository at this point in the history
  • Loading branch information
SyncedSynapse authored Nov 26, 2023
1 parent 5764e0d commit e5b1fed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
---------

Version 3.1.0
-------------
Minor update, primarily aimed at ensuring Kore remains up to date with the latest Android versions, while also addressing a few bugs along the way.

Version 3.0.0
-------------
Major changes in this version, bringing Kore up to date with the current Android platform (well, except for migrating to Kotlin, which to be honest wouldn't bring that much benefits, given that only replacing the syntax without taking advantage of the newer facilities provided by Kotlin/Android wouldn't bring major benefits).
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
applicationId "org.xbmc.kore"
minSdkVersion 24
targetSdkVersion 34
versionCode 31
versionCode 32
versionName = getVersionName()
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

Expand Down

0 comments on commit e5b1fed

Please sign in to comment.