Added some controls. Improved playlist page. Fixed 'connected device' handling.
This commit is contained in:
@@ -5,6 +5,9 @@ plugins {
|
||||
id("com.google.dagger.hilt.android")
|
||||
}
|
||||
|
||||
val furumiVersionCode = providers.gradleProperty("furumi.versionCode").map(String::toInt).get()
|
||||
val furumiVersionName = providers.gradleProperty("furumi.versionName").get()
|
||||
|
||||
android {
|
||||
namespace = "cy.hexor.furumi"
|
||||
compileSdk = 35
|
||||
@@ -13,8 +16,8 @@ android {
|
||||
applicationId = "cy.hexor.furumi"
|
||||
minSdk = 24
|
||||
targetSdk = 35
|
||||
versionCode = 1
|
||||
versionName = "1.1"
|
||||
versionCode = furumiVersionCode
|
||||
versionName = furumiVersionName
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user