Fix: Installation keeps on failing
This commit is contained in:
parent
8a8a0ec420
commit
c52173d735
@ -8,8 +8,8 @@ android {
|
|||||||
applicationId "io.neoterm"
|
applicationId "io.neoterm"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode 25
|
versionCode 26
|
||||||
versionName "1.2.3"
|
versionName "1.2.4"
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
resConfigs "zh-rCN", "zh-rTW"
|
resConfigs "zh-rCN", "zh-rTW"
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
|
@ -173,7 +173,7 @@ public final class BaseFileInstaller {
|
|||||||
|
|
||||||
private static HttpURLConnection openBaseFileConnection() throws IOException {
|
private static HttpURLConnection openBaseFileConnection() throws IOException {
|
||||||
String arch = determineArchName();
|
String arch = determineArchName();
|
||||||
String baseUrl = NeoTermPath.RELEASE_SOURCE;
|
String baseUrl = NeoTermPath.INSTANCE.getSERVER_BASE_URL();
|
||||||
|
|
||||||
// Use the same source
|
// Use the same source
|
||||||
NeoPreference.INSTANCE.store(R.string.key_package_source, baseUrl);
|
NeoPreference.INSTANCE.store(R.string.key_package_source, baseUrl);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user