Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynamsoft-Jerson committed Sep 9, 2021
1 parent a9bab94 commit 55182ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/HelloWorld/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ android {

repositories {
maven {
url "http://download2.dynamsoft.com/maven/dc/aar"
url "https://download2.dynamsoft.com/maven/dc/aar"
}
maven {
url "http://download2.dynamsoft.com/maven/dlr/aar"
url "https://download2.dynamsoft.com/maven/dlr/aar"
}
}

Expand Down
4 changes: 2 additions & 2 deletions android/PassportMRZReading/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ static def buildTime() {
}
repositories {
maven {
url "http://download2.dynamsoft.com/maven/dc/aar"
url "https://download2.dynamsoft.com/maven/dc/aar"
}
maven {
url "http://download2.dynamsoft.com/maven/dlr/aar"
url "https://download2.dynamsoft.com/maven/dlr/aar"
}
}
dependencies {
Expand Down

0 comments on commit 55182ba

Please sign in to comment.