@@ -60,7 +60,7 @@ android { |
||
60 | 60 |
zipAlignEnabled false |
61 | 61 |
minifyEnabled false |
62 | 62 |
shrinkResources false |
63 |
- buildConfigField "boolean", "isTestMode", "false" |
|
63 |
+ buildConfigField "boolean", "isTestMode", "true" |
|
64 | 64 |
signingConfig signingConfigs.releaseConfig |
65 | 65 |
} |
66 | 66 |
} |
@@ -98,8 +98,8 @@ buildscript { |
||
98 | 98 |
classpath 'com.android.plugin.hotpatch:hotpatch:1.0.0' |
99 | 99 |
} |
100 | 100 |
} |
101 |
-apply plugin: 'plugin.hotpatch' |
|
102 |
- |
|
103 |
-hotpatch{ |
|
104 |
- includePackageDir='ai\\pai\\lensman' |
|
105 |
-} |
|
101 |
+//apply plugin: 'plugin.hotpatch' |
|
102 |
+// |
|
103 |
+//hotpatch{ |
|
104 |
+// includePackageDir='ai\\pai\\lensman' |
|
105 |
+//} |
@@ -79,6 +79,7 @@ public class NetworkUtil { |
||
79 | 79 |
if (wifiInfo.getSupplicantState() == SupplicantState.COMPLETED) { |
80 | 80 |
ssid = wifiInfo.getSSID(); |
81 | 81 |
} |
82 |
+ ssid = ssid.replace("\"",""); |
|
82 | 83 |
}catch (Exception e){ |
83 | 84 |
e.printStackTrace(); |
84 | 85 |
} |