readme typo fix

This commit is contained in:
Andrey Kassaev 2024-03-24 18:13:47 +04:00
parent 86b4e842f9
commit 0fe49156ea
4 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# android_notes # android_notes
Android note taking application. [Click here to get apk][1] Android note taking application. [Click here to get apk][1]
Build with: Built with:
Jetpack Compose Jetpack Compose
Compose Navigation Compose Navigation
Room Room

View File

@ -12,7 +12,7 @@
"filters": [], "filters": [],
"attributes": [], "attributes": [],
"versionCode": 1, "versionCode": 1,
"versionName": "1.0", "versionName": "1.1",
"outputFile": "app-release.apk" "outputFile": "app-release.apk"
} }
], ],