From 2bf60f2e1787ec4a6ff8badb536ac88e1869e21f Mon Sep 17 00:00:00 2001 From: biezhihua Date: Wed, 17 May 2023 15:00:18 +0800 Subject: [PATCH] release 0.4.2 --- GaiaXAndroid/build.gradle | 2 +- GaiaXAndroidAdapter/build.gradle | 2 +- GaiaXAndroidDemo/gradle/libs.versions.toml | 2 +- GaiaXAndroidDemo/microbenchmark/build.gradle | 4 ++-- GaiaXiOS/GaiaXiOS.podspec | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/GaiaXAndroid/build.gradle b/GaiaXAndroid/build.gradle index 92c625e1c..b73b36556 100644 --- a/GaiaXAndroid/build.gradle +++ b/GaiaXAndroid/build.gradle @@ -82,7 +82,7 @@ dependencies { if (version != null && version != "unspecified") { implementation("com.github.alibaba.GaiaX:GaiaX-Analyze:$version") { changing = true } } else { - implementation("com.github.alibaba.GaiaX:GaiaX-Analyze:0.4.1") { changing = true } + implementation("com.github.alibaba.GaiaX:GaiaX-Analyze:0.4.2") { changing = true } } testImplementation 'junit:junit:4.13.2' diff --git a/GaiaXAndroidAdapter/build.gradle b/GaiaXAndroidAdapter/build.gradle index 51cacd88d..0e6661182 100644 --- a/GaiaXAndroidAdapter/build.gradle +++ b/GaiaXAndroidAdapter/build.gradle @@ -99,7 +99,7 @@ dependencies { if (version != null) { implementation("com.github.alibaba.GaiaX:GaiaX:$version") { changing = true } } else { - implementation("com.github.alibaba.GaiaX:GaiaX:0.4.1") { changing = true } + implementation("com.github.alibaba.GaiaX:GaiaX:0.4.2") { changing = true } } testImplementation 'junit:junit:4.13.2' diff --git a/GaiaXAndroidDemo/gradle/libs.versions.toml b/GaiaXAndroidDemo/gradle/libs.versions.toml index 1e5432fb9..91178006a 100644 --- a/GaiaXAndroidDemo/gradle/libs.versions.toml +++ b/GaiaXAndroidDemo/gradle/libs.versions.toml @@ -27,7 +27,7 @@ androidxTest = "1.4.0" espressoCore = "3.4.0" jUnit = "4.13.2" -gaiax = "0.4.1" +gaiax = "0.4.2" gaiax-main="main-SNAPSHOT" [libraries] diff --git a/GaiaXAndroidDemo/microbenchmark/build.gradle b/GaiaXAndroidDemo/microbenchmark/build.gradle index f26ee5512..66d01dc4c 100644 --- a/GaiaXAndroidDemo/microbenchmark/build.gradle +++ b/GaiaXAndroidDemo/microbenchmark/build.gradle @@ -40,8 +40,8 @@ dependencies { // androidTestImplementation(project(":GaiaXAndroidAdapter")) // androidTestImplementation(project(":GaiaXAndroid")) - androidTestImplementation("com.github.alibaba.GaiaX:GaiaX-Adapter:0.4.1") - androidTestImplementation("com.github.alibaba.GaiaX:GaiaX:0.4.1") + androidTestImplementation("com.github.alibaba.GaiaX:GaiaX-Adapter:0.4.2") + androidTestImplementation("com.github.alibaba.GaiaX:GaiaX:0.4.2") androidTestImplementation("com.github.bumptech.glide:glide:4.12.0") androidTestImplementation("com.alibaba:fastjson:1.2.76") diff --git a/GaiaXiOS/GaiaXiOS.podspec b/GaiaXiOS/GaiaXiOS.podspec index 1c0753930..63c68d160 100644 --- a/GaiaXiOS/GaiaXiOS.podspec +++ b/GaiaXiOS/GaiaXiOS.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "GaiaXiOS" - s.version = "0.4.1" + s.version = "0.4.2" s.platform = :ios, "9.0" s.summary = "dynamic template engine is a lightweight cross-end solution of pure native dynamic card"