1
0
kongzue 4 жил өмнө
parent
commit
a98ed07731

+ 2 - 2
README.md

@@ -106,7 +106,7 @@ DialogX 采用了主题分离结构,主框架仅包含 Material 设计风格
 想要在您的项目引入 DialogX,您需要在 app 的 build.gradle 文件中找到 `dependencies{}` 代码块,并在其中加入以下语句:
 
 ```
-implementation 'com.kongzue.dialogx:DialogX:0.0.30'
+implementation 'com.kongzue.dialogx:DialogX:0.0.31'
 ```
 
 若有需要,也可以手动配置 Maven:
@@ -115,7 +115,7 @@ implementation 'com.kongzue.dialogx:DialogX:0.0.30'
 <dependency>
   <groupId>com.kongzue.dialogx</groupId>
   <artifactId>DialogX</artifactId>
-  <version>0.0.30</version>
+  <version>0.0.31</version>
   <type>pom</type>
 </dependency>
 ```

+ 4 - 6
app/release/output-metadata.json

@@ -1,19 +1,17 @@
 {
-  "version": 1,
+  "version": 2,
   "artifactType": {
     "type": "APK",
     "kind": "Directory"
   },
   "applicationId": "com.kongzue.dialogxdemo",
-  "variantName": "release",
+  "variantName": "processReleaseResources",
   "elements": [
     {
       "type": "SINGLE",
       "filters": [],
-      "properties": [],
-      "versionCode": 29,
-      "versionName": "0.0.29",
-      "enabled": true,
+      "versionCode": 31,
+      "versionName": "0.0.31",
       "outputFile": "app-release.apk"
     }
   ]