Skip to content

Commit

Permalink
Merge pull request #1438 from Aptoide/hotfix/APP-270_LegalSettings
Browse files Browse the repository at this point in the history
[HOTFIX/APP-270] Removed support for www.aptoide.com
  • Loading branch information
jdandrade authored Mar 10, 2021
2 parents 7158ea7 + 2a4ca3e commit 052f3fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -593,8 +593,7 @@ static def generateData() {
aptoideSubdomainData("/download*") +
aptoideSubdomainData("/editorial/..*") +
aptoideSubdomainData("/app") +
aptoideSubdomainData() +
data("www.aptoide.com")
aptoideSubdomainData()
}

static def getAptoideSubdomainsList() {
Expand Down

0 comments on commit 052f3fb

Please sign in to comment.