Skip to content

Commit 415a98a

Browse files
committed
chore: revert example template build.gradle
1 parent 4ca4724 commit 415a98a

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

example/android/app/build.gradle

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -116,30 +116,6 @@ dependencies {
116116
} else {
117117
implementation jscFlavor
118118
}
119-
120-
// lynx dependencies
121-
implementation "org.lynxsdk.lynx:lynx:3.2.0-rc.0"
122-
implementation "org.lynxsdk.lynx:lynx-jssdk:3.2.0-rc.0"
123-
implementation "org.lynxsdk.lynx:lynx-trace:3.2.0-rc.0"
124-
implementation "org.lynxsdk.lynx:primjs:2.11.1-rc.0"
125-
126-
// integrating image-service
127-
implementation "org.lynxsdk.lynx:lynx-service-image:3.2.0-rc.0"
128-
129-
// // image-service dependencies, if not added, images cannot be loaded; if the host APP needs to use other image libraries, you can customize the image-service and remove this dependency
130-
// implementation "com.facebook.fresco:fresco:2.3.0"
131-
// implementation "com.facebook.fresco:animated-gif:2.3.0"
132-
// implementation "com.facebook.fresco:animated-webp:2.3.0"
133-
// implementation "com.facebook.fresco:webpsupport:2.3.0"
134-
// implementation "com.facebook.fresco:animated-base:2.3.0"
135-
136-
// implementation "com.squareup.okhttp3:okhttp:4.9.0"
137-
138-
// integrating log-service
139-
implementation "org.lynxsdk.lynx:lynx-service-log:3.2.0-rc.0"
140-
141-
// integrating http-service
142-
implementation "org.lynxsdk.lynx:lynx-service-http:3.2.0-rc.0"
143119
}
144120

145121
// Run Codegen during development for the example app.

0 commit comments

Comments
 (0)