update version to 5.1.0

This commit is contained in:
tibbi 2023-09-19 19:03:10 +02:00
parent ed92e1c9d2
commit 8991cb54f8
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 = "8"
app-version-versionName = "5.0.6"
app-version-versionCode = "9"
app-version-versionName = "5.1.0"
[libraries]
#Room
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }