Skip to content

Commit

Permalink
release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
biezhihua committed May 17, 2023
1 parent 7b2a90b commit 2bf60f2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion GaiaXAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion GaiaXAndroidAdapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion GaiaXAndroidDemo/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions GaiaXAndroidDemo/microbenchmark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion GaiaXiOS/GaiaXiOS.podspec
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 2bf60f2

Please sign in to comment.