Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
biezhihua committed Sep 6, 2023
1 parent 47e85cf commit c415b8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions GaiaXAndroidDemo/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ dependencies {
dependencies {
implementation(libs.gaiax)
implementation(libs.gaiaxadapter)
implementation(libs.gaiaxanalyze)
implementation(libs.gaiaxclienttostudio)

implementation("com.airbnb.android:lottie:4.1.0")
Expand Down
3 changes: 2 additions & 1 deletion GaiaXAndroidDemo/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
agp = "8.0.2"
agp = "8.1.1"
targetSdk = "33"
minSdk = "21"
compileSdk = "33"
Expand Down Expand Up @@ -32,6 +32,7 @@ gaiax-debug = "main-SNAPSHOT"

[libraries]
gaiax = { group = "com.github.alibaba.GaiaX", name = "GaiaX", version.ref = "gaiax-debug" }
gaiaxanalyze = { group = "com.github.alibaba.GaiaX", name = "GaiaX-Analyze", version.ref = "gaiax-debug" }
gaiaxadapter = { group = "com.github.alibaba.GaiaX", name = "GaiaX-Adapter", version.ref = "gaiax-debug" }
gaiaxclienttostudio = { group = "com.github.alibaba.GaiaX", name = "GaiaX-ClientToStudio", version.ref = "gaiax-debug" }

Expand Down

0 comments on commit c415b8e

Please sign in to comment.