Skip to content

Commit

Permalink
chore: Update to version 5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PerfectSlayer committed Apr 2, 2021
1 parent 491e6cf commit 29ce853
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## [5.5.1] - Unreleased
## [5.5.1] - 2021-04-02

- Add redirection validation
- Improve application update screen
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -19,8 +19,8 @@ android {
defaultConfig {
minSdkVersion 26
targetSdkVersion 30
versionCode 50500 // Read x.yy.zz to match version name
versionName '5.5.0'
versionCode 50501 // Read x.yy.zz to match version name
versionName '5.5.1'

javaCompileOptions {
annotationProcessorOptions {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -31,7 +31,7 @@ sonarqube {
property 'sonar.projectKey', 'org.adaway'
property 'sonar.organization', 'adaway'
property 'sonar.projectName', 'AdAway'
property 'sonar.projectVersion', '5.5.0'
property 'sonar.projectVersion', '5.5.1'
property 'sonar.host.url', 'https://sonarcloud.io'
}
}

0 comments on commit 29ce853

Please sign in to comment.