启用https

This commit is contained in:
BA7LZD 2020-03-15 12:33:39 +08:00
parent 4727de4101
commit 064ef95c55
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ android {
defaultConfig {
applicationId "com.yuxihan.sdu"
minSdkVersion 21
targetSdkVersion 27
targetSdkVersion 29
versionCode 1
versionName "1.0"

View File

@ -1,5 +1,5 @@
package com.yuxihan.sdu;
public class Constant {
public static final String BASE_URL = "http://www.yuxihan.com/";
public static final String BASE_URL = "https://www.yuxihan.com/";
}