requery / sqlite-android

Android SQLite support library
Apache License 2.0
1.06k stars 140 forks source link

AS build failed:Cause: unable to find valid certification path to requested target #148

Open quibbler01 opened 3 years ago

quibbler01 commented 3 years ago

sqliteDistributionUrl = 'https://sqlite.org/2021/sqlite-amalgamation-3350500.zip'

can change to this:

sqliteDistributionUrl = 'http://sqlite.org/2021/sqlite-amalgamation-3350500.zip'

It is troublesome to use httpclient 4.5 in apache's httpcomponents to access https。