Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

Commit e4797ae

Browse files
authored
Merge pull request #89 from 05nelsonm/mn/documentation/migration
add migration documentation
2 parents d295e2e + 14a0d16 commit e4797ae

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

docs/documentation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@
1212
!!! Info
1313
Documentation here only includes **Public** methods/classes, meaning links to non-public
1414
methods/classes are broken. You can view all methods/classes from the Project View in
15-
Android Studio via: `Project/External Libraries/io.matthewnelson.topl_android:topl_*@arr`
15+
Android Studio via: `Project/External Libraries/io.matthewnelson.topl_android:topl_*@arr`
16+
17+
## [Migrations](./migration.md)

docs/migration.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Migration
2+
3+
## Migrating from 1.0.0 to 2.0.0
4+
- Your Application's `TorSettings` class needs to now extend
5+
[ApplicationDefaultTorSettings](./topl-service-base/io.matthewnelson.topl_service_base/-application-default-tor-settings/index.md)
6+
- Remove and re-import class paths, as all non-Builder classes were moved to the
7+
`topl-service-base` module

0 commit comments

Comments
 (0)