Skip to content

Commit

Permalink
Update version to 2.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanvelzen authored and Maxr1998 committed Aug 23, 2020
1 parent 9e96f4f commit f3ab677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
applicationId = "org.jellyfin.mobile"
minSdkVersion(21)
targetSdkVersion(30)
versionName = "2.0.0-rc1"
versionName = "2.0.0-rc2"
versionCode = getVersionCode(versionName)
setProperty("archivesBaseName", "jellyfin-android-v$versionName")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -108,4 +108,4 @@ tasks.withType<DependencyUpdatesTask> {
currentVersion
)
}
}
}

0 comments on commit f3ab677

Please sign in to comment.