Skip to content

Commit 098ca7b

Browse files
committed
build: v1.1.0
1 parent b3ed6db commit 098ca7b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
applicationId = "dev.lexip.hecate"
1717
minSdk = 34
1818
targetSdk = 35
19-
versionCode = 101
20-
versionName = "1.0.0"
19+
versionCode = 103
20+
versionName = "1.1.0"
2121
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2222
}
2323

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
sonar {
1212
properties {
1313
property("sonar.projectKey", "xLexip_Hecate")
14-
property("sonar.projectVersion", "0.12.0")
14+
property("sonar.projectVersion", "1.1.0")
1515
property("sonar.organization", "xlexip")
1616
property("sonar.host.url", "https://sonarcloud.io")
1717
property("sonar.androidLint.reportPaths", "app/build/reports/lint-results-debug.html")

0 commit comments

Comments
 (0)