Updated version to 1.1 and added metadata.

This commit is contained in:
ottoptj 2024-08-31 01:02:19 +03:00
commit 5768ddd00f
4 changed files with 16 additions and 4 deletions

View file

@ -11,8 +11,8 @@ android {
applicationId = "eu.ottop.yamlauncher"
minSdk = 31
targetSdk = 34
versionCode = 4
versionName = "1.0"
versionCode = 5
versionName = "1.1"
}
dependenciesInfo {
@ -50,5 +50,4 @@ dependencies {
implementation("com.google.android.material:material:1.12.0")
implementation("androidx.recyclerview:recyclerview:1.3.2")
implementation("androidx.preference:preference-ktx:1.2.1")
implementation("androidx.preference:preference:1.2.1")
}