Bump-up version to 3.7.1

This commit is contained in:
Emmanuel Engelhart 2023-06-05 21:55:16 +02:00
parent 02e703ca37
commit a2d4b1f55c
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ apply(from = rootProject.file("jacoco.gradle"))
ext {
set("versionMajor", 3)
set("versionMinor", 7)
set("versionPatch", 0)
set("versionPatch", 1)
}
fun generateVersionName() = "${ext["versionMajor"]}.${ext["versionMinor"]}.${ext["versionPatch"]}"

View File

@ -21,7 +21,7 @@ apply(plugin = "com.jakewharton.butterknife")
ext {
set("versionMajor", 3)
set("versionMinor", 7)
set("versionPatch", 0)
set("versionPatch", 1)
}
/*