fix: ajust versionName and link in Readme

This commit is contained in:
Lucas
2026-01-14 20:55:22 +01:00
parent 23acd5acbe
commit c795f1bde6
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ android {
minSdkVersion 17
targetSdkVersion 36
versionCode 1
versionName "1.0"
versionName "0.1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}