Browse Source

0.0.47 update

kongzue 2 years ago
parent
commit
bc5164f980

BIN
app/release/DialogXDemo-0.0.47.beta11-release.apk


+ 5 - 3
app/release/output-metadata.json

@@ -1,5 +1,5 @@
 {
 {
-  "version": 2,
+  "version": 3,
   "artifactType": {
   "artifactType": {
     "type": "APK",
     "type": "APK",
     "kind": "Directory"
     "kind": "Directory"
@@ -10,9 +10,11 @@
     {
     {
       "type": "SINGLE",
       "type": "SINGLE",
       "filters": [],
       "filters": [],
+      "attributes": [],
       "versionCode": 46,
       "versionCode": 46,
-      "versionName": "0.0.47.beta11",
+      "versionName": "0.0.47.beta20",
       "outputFile": "app-release.apk"
       "outputFile": "app-release.apk"
     }
     }
-  ]
+  ],
+  "elementType": "File"
 }
 }

+ 2 - 2
gradle.properties

@@ -19,6 +19,6 @@ android.useAndroidX=true
 # Automatically convert third-party libraries to use AndroidX
 # Automatically convert third-party libraries to use AndroidX
 android.enableJetifier=true
 android.enableJetifier=true
 
 
-BUILD_VERSION=0.0.47.beta20
-BUILD_VERSION_INT=46
+BUILD_VERSION=0.0.47
+BUILD_VERSION_INT=47
 DIALOGX_STYLE_VERSION=5
 DIALOGX_STYLE_VERSION=5