mirror of
https://github.com/jellyfin/jellyfin-android.git
synced 2026-09-03 05:10:27 +03:00
Move Android versions to catalog
This commit is contained in:
committed by
Niels van Velzen
parent
cf4d754890
commit
cdbb1dd56c
@@ -28,11 +28,11 @@ kotlin {
|
||||
|
||||
android {
|
||||
namespace = "org.jellyfin.mobile"
|
||||
compileSdk = 36
|
||||
compileSdk = libs.versions.android.compileSdk.get().toInt()
|
||||
|
||||
defaultConfig {
|
||||
minSdk = 21
|
||||
targetSdk = 36
|
||||
minSdk = libs.versions.android.minSdk.get().toInt()
|
||||
targetSdk = libs.versions.android.targetSdk.get().toInt()
|
||||
versionName = project.getVersionName()
|
||||
versionCode = getVersionCode(versionName!!)
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
Reference in New Issue
Block a user