Skip to content

Commit

Permalink
chore: Update to version 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PerfectSlayer committed Feb 28, 2021
1 parent 5ff8697 commit e30b918
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.4.0] - Unreleased
## [5.4.0] - 2021-02-28

- Add VPN monitor option to prevent disconnection
- Update source update status indicator
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -19,8 +19,8 @@ android {
defaultConfig {
minSdkVersion 26
targetSdkVersion 30
versionCode 50300 // Read x.yy.zz to match version name
versionName '5.3.0'
versionCode 50400 // Read x.yy.zz to match version name
versionName '5.4.0'

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

0 comments on commit e30b918

Please sign in to comment.