瀏覽代碼

版本信息更新

huyuguo 5 年之前
父節點
當前提交
29413f33a0
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      app/build.gradle
  2. 2 2
      app/src/main/AndroidManifest.xml

+ 1 - 1
app/build.gradle

@ -31,7 +31,7 @@ android {
31 31
32 32
    defaultConfig {
33 33
        applicationId "com.electric.chargingpile"
34
        minSdkVersion 19
34
        minSdkVersion 21
35 35
        targetSdkVersion 27
36 36
37 37
        multiDexEnabled true

+ 2 - 2
app/src/main/AndroidManifest.xml

@ -1,8 +1,8 @@
1 1
<?xml version="1.0" encoding="utf-8"?>
2 2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 3
    package="com.electric.chargingpile"
4
    android:versionCode="82"
5
    android:versionName="3.4.4">
4
    android:versionCode="83"
5
    android:versionName="3.4.5">
6 6
    <!-- 极光 -->
7 7
    <application
8 8
        android:name=".application.MainApplication"