You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -35,11 +35,17 @@ xUnwind is a collection of Android native stack unwinding solutions.
35
35
36
36
## Usage
37
37
38
-
xUnwind uses [Prefab](https://google.github.io/prefab/) package format, which is supported by Android Gradle Plugin 4.0+.
38
+
### 1. Add dependency in build.gradle
39
39
40
-
More information: [Using native dependencies](https://developer.android.com/studio/build/native-dependencies)
40
+
xUnwind is published on [Maven Central](https://search.maven.org/), and uses [Prefab](https://google.github.io/prefab/) package format for [native dependencies](https://developer.android.com/studio/build/native-dependencies), which is supported by [Android Gradle Plugin 4.0+](https://developer.android.com/studio/releases/gradle-plugin?buildsystem=cmake#native-dependencies).
0 commit comments