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
{{ message }}
This repository was archived by the owner on Nov 22, 2022. It is now read-only.
|`base`| <imgsrc="assets/java.png"height="24"> <imgsrc="assets/kotlin.png"height="24"> |[`/base`](base)| The foundation library used by all other libraries in the system to support basic Kin operations: <ul><li>Wallet creation and management</li><li>Send and receive Kin</li><li>Metrics interfaces</li></ul> |
12
-
|`base-compat`| <imgsrc="assets/android.png"height="24"> <imgsrc="assets/kotlin.png"height="24"> |[`/base-compat`](base-compat)| The [:base-compat](base-compat) library implements the public surface layer to be a drop in replacement of the, now deprecated, [kin-sdk-android](https://github.com/kinecosystem/kin-sdk-android) library. Just update your version in gradle and have better performance and stability. |
12
+
|`base-compat`| <imgsrc="assets/android.png"height="24"> <imgsrc="assets/kotlin.png"height="24"> |[`/base-compat`](base-compat)| The [:base-compat](base-compat) library now only contains the backup & restore flow retrofitted on top of base. If you're using an old version of base-compat please consider upgrading to base. |
13
13
|`design`| <imgsrc="assets/android.png"height="24"> <imgsrc="assets/kotlin.png"height="24"> |[`/design`](design)| Shared [:design](design) library components for creating consistent Kin user experiences. When creating a custom Kin experience, this library can be used to include standard UI components for displaying Kin prices, transactions, etc. |
14
14
|`spend`| <imgsrc="assets/android.png"height="24"> <imgsrc="assets/kotlin.png"height="24"> |[`/spend`](spend)| The [:spend](spend) library provides an out of the box model UI for spending Kin within an Android application. Specificy what you're buying, your account, tap confirm. Success.|
15
15
@@ -29,12 +29,9 @@ buildscript {
29
29
dependencies {
30
30
// ...
31
31
32
-
// *** base-compat is for LEGACY SUPPORT ONLY ***
33
-
// If you're a longtime Kin developer and want to use the compat
34
-
// interface that looks like the now deprecated SDKS
32
+
// *** base-compat is for backup and restore support ONLY ***
0 commit comments