diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1a38f09eb..9fb2544a4 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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" @@ -108,4 +108,4 @@ tasks.withType { currentVersion ) } -} \ No newline at end of file +}