update the icon to version 3.0

it is also themeable now as per Androi 13 standards
This commit is contained in:
odweta
2025-10-03 20:44:39 +02:00
parent 23963e295c
commit 5151258278
46 changed files with 931 additions and 12 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ android {
applicationId = "com.odweta.solon"
minSdk = 28
targetSdk = 34
versionCode = 216
versionName = "2.6.0"
versionCode = 217
versionName = "2.6.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}