Skip to content

Commit

Permalink
chore: Update to version 5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PerfectSlayer committed Dec 20, 2021
1 parent 6470a09 commit 9fef2b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
defaultConfig {
minSdkVersion 26
targetSdkVersion 31
versionCode 51000 // Read x.yy.zz to match version name
versionName '5.10.0'
versionCode 51100 // Read x.yy.zz to match version name
versionName '5.11.0'

javaCompileOptions {
annotationProcessorOptions {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sonarqube {
property 'sonar.projectKey', 'org.adaway'
property 'sonar.organization', 'adaway'
property 'sonar.projectName', 'AdAway'
property 'sonar.projectVersion', '5.10.0'
property 'sonar.projectVersion', '5.11.0'
property 'sonar.host.url', 'https://sonarcloud.io'
}
}

0 comments on commit 9fef2b1

Please sign in to comment.