@@ -7,8 +7,8 @@ android {
applicationId "com.android.chmo"
minSdkVersion 15
targetSdkVersion 28
- versionCode 108
- versionName "1.0.8"
+ versionCode 109
+ versionName "1.0.9"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}
@@ -0,0 +1 @@
+[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":109,"versionName":"1.0.9","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
@@ -13,7 +13,7 @@ import org.xutils.x;
*/
public class HttpApi {
- public static final String BASE_URL = "http://app.chmo.net/thmodel/";
+ public static final String BASE_URL = "http://thmodel.izouma.com/thmodel/";
// public static final String BASE_URL = "http://192.168.50.132:8081/";
public static String getImgUrl(String path) {