| | |
| | | applicationId "com.xianning.driver" |
| | | minSdkVersion 26 |
| | | targetSdkVersion 30 |
| | | versionCode 18 |
| | | versionName "1.95" |
| | | versionCode 19 |
| | | versionName "1.96" |
| | | multiDexEnabled true |
| | | testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
| | | |
| | |
| | | [{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":18,"versionName":"1.95","enabled":true,"outputFile":"xianning-1.95-2025-03-14.apk","fullName":"release","baseName":"release","dirName":""},"path":"xianning-1.95-2025-03-14.apk","properties":{}}] |
| | | [{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":19,"versionName":"1.96","enabled":true,"outputFile":"xianning-1.96-2025-04-14.apk","fullName":"release","baseName":"release","dirName":""},"path":"xianning-1.96-2025-04-14.apk","properties":{}}] |
| | |
| | | <uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" /> |
| | | <uses-permission android:name="android.permission.RECORD_AUDIO" /> |
| | | <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" /> |
| | | |
| | | <queries> |
| | | <package android:name="com.tencent.mm" /> |
| | | </queries> |
| | | <application |
| | | android:name="com.xianning.driver.base.MyApplication" |
| | | android:icon="@mipmap/ic_launcher" |
| | |
| | | * prepayId : wx04092206795139b261aec9ed1662249600 |
| | | * nonceStr : guog3igbptbomexqahr17t22ggjsk0dg |
| | | */ |
| | | |
| | | @SerializedName("timestamp") |
| | | private String timeStamp; |
| | | @SerializedName("package") |
| | | private String packageX; |
| | | private String appid; |
| | | private String sign; |
| | | @SerializedName("partnerid") |
| | | private String partnerId; |
| | | @SerializedName("prepayid") |
| | | private String prepayId; |
| | | @SerializedName("noncestr") |
| | | private String nonceStr; |
| | | |
| | | |
| | |
| | | |
| | | </LinearLayout> |
| | | |
| | | <ScrollView |
| | | android:layout_below="@id/ll_center" |
| | | android:layout_width="match_parent" |
| | | android:layout_marginBottom="52dp" |
| | | android:layout_height="match_parent"> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | |
| | | |
| | | </LinearLayout> |
| | | |
| | | </ScrollView> |
| | | |
| | | |
| | | </RelativeLayout> |
| | | <RelativeLayout |
| | | android:id="@+id/rl_login_out" |