Closed nuzhata closed 2 years ago
Your build.gradle must be changed like this: rootProject.allprojects { repositories { maven { url "http://download2.dynamsoft.com/maven/dbr/aar" allowInsecureProtocol = true } google() jcenter() } }
@nuzhata it's fixed. Please check out the latest version. Thanks for your feedback.
Your build.gradle must be changed like this: rootProject.allprojects { repositories { maven { url "http://download2.dynamsoft.com/maven/dbr/aar" allowInsecureProtocol = true } google() jcenter() } }