| | |
| | | keyPassword '85521566' |
| | | } |
| | | } |
| | | compileSdk 34 |
| | | compileSdk 35 |
| | | defaultConfig { |
| | | applicationId "com.hdl.photovoltaic" |
| | | minSdk 23 |
| | | targetSdk 34 |
| | | versionCode 18 |
| | | targetSdk 35 |
| | | versionCode 19 |
| | | versionName "1.4.0"//版本规则1.3是产品功能迭代用的,最后一位0是我们修复bug用的 |
| | | testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
| | | multiDexEnabled true |
| | |
| | | public class AppConfigManage { |
| | | |
| | | /*********是否正式服务器*********/ |
| | | private static boolean isOnlineServer =UserConfigManage.getInstance().isOnlineServer(); |
| | | private static boolean isOnlineServer =true;// UserConfigManage.getInstance().isOnlineServer(); |
| | | /*********正式环境*********/ |
| | | private static final String APP_KEY_ONLINE = "CSZEMDJL"; |
| | | private static final String APP_SECRET_ONLINE = "CSZEMDKBCSZEMDKR"; |