update version to 5.1.1

This commit is contained in:
tibbi 2023-09-23 18:12:18 +02:00
parent 2b5074bdec
commit 44668e15c0
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ app-build-javaVersion = "VERSION_17"
app-build-kotlinJVMTarget = "17"
#versioning
app-version-appId = "com.simplemobiletools.launcher"
app-version-versionCode = "9"
app-version-versionName = "5.1.0"
app-version-versionCode = "10"
app-version-versionName = "5.1.1"
[libraries]
#Room
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }