浏览代码

修改端口

wangjk 4 年之前
父节点
当前提交
a1b6880542

二进制
.idea/caches/build_file_checksums.ser


二进制
.idea/caches/gradle_models.ser


+ 1 - 1
app/build.gradle

@@ -26,7 +26,7 @@ android {
         minSdkVersion 15
         targetSdkVersion 26
         versionCode 1
-        versionName "1.47"
+        versionName "1.48"
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
         multiDexEnabled true
 

+ 2 - 2
app/src/main/java/com/wdkl/callingdoor/common/Constants.java

@@ -22,8 +22,8 @@ public class Constants {
     //网管地址
     public static String URL = "";
     //端口号
-//    public static final String URL_END = ":81/";
-    public static final String URL_END = ":8005/";
+    public static final String URL_END = ":81/";
+//    public static final String URL_END = ":8005/";
     /**
      * sip端口号
      */