Skip to content

Commit

Permalink
Merge pull request #174 from jellyfin/dkanada-patch-1
Browse files Browse the repository at this point in the history
Release new version
  • Loading branch information
dkanada authored Oct 29, 2019
2 parents 11a7e2f + c7f5167 commit 17ca9b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apply plugin: 'com.android.application'
def version = "0.9.1"
def version = "0.10.0"

android {
compileSdkVersion 28
Expand All @@ -8,7 +8,7 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 28
versionCode 901
versionCode 902
versionName version
}

Expand Down

0 comments on commit 17ca9b0

Please sign in to comment.