File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111sonar {
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" )
You can’t perform that action at this time.
0 commit comments