Skip to content

Commit 9959ce9

Browse files
committed
Update migration docs
1 parent d8770a7 commit 9959ce9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

documentation/migration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
dependencyResolutionManagement {
1919
repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS)
2020
String flutterStorageUrl = System.env.FLUTTER_STORAGE_BASE_URL ?: "https://storage.googleapis.com"
21-
- String reclaimStorageUrl = System.env.RECLAIM_STORAGE_BASE_URL ?: "https://reclaim-inapp-sdk.s3.ap-south-1.amazonaws.com/android/0.2.1/repo"
22-
+ String reclaimStorageUrl = System.env.RECLAIM_STORAGE_BASE_URL ?: "https://reclaim-inapp-sdk.s3.ap-south-1.amazonaws.com/android/0.3.0/repo"
21+
- String reclaimStorageUrl = System.env.RECLAIM_STORAGE_BASE_URL ?: "https://reclaim-inapp-sdk.s3.ap-south-1.amazonaws.com/android/0.2.1/repo"
22+
+ String reclaimStorageUrl = System.env.RECLAIM_STORAGE_BASE_URL ?: "https://reclaim-inapp-sdk.s3.ap-south-1.amazonaws.com/android/0.3.0/repo"
2323
repositories {
2424
google()
2525
mavenCentral()
@@ -53,12 +53,12 @@ dependencyResolutionManagement {
5353
- Update the version in `reclaimStorageUrl` to `0.2.1`
5454
- With this change, repositories in your build.gradle or settings.gradle may look like this:
5555

56-
```groovy
56+
```diff
5757
dependencyResolutionManagement {
5858
repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS)
5959
String flutterStorageUrl = System.env.FLUTTER_STORAGE_BASE_URL ?: "https://storage.googleapis.com"
60-
- String reclaimStorageUrl = System.env.RECLAIM_STORAGE_BASE_URL ?: "https://reclaim-inapp-sdk.s3.ap-south-1.amazonaws.com/android/0.1.2/repo"
61-
+ String reclaimStorageUrl = System.env.RECLAIM_STORAGE_BASE_URL ?: "https://reclaim-inapp-sdk.s3.ap-south-1.amazonaws.com/android/0.2.1/repo"
60+
- String reclaimStorageUrl = System.env.RECLAIM_STORAGE_BASE_URL ?: "https://reclaim-inapp-sdk.s3.ap-south-1.amazonaws.com/android/0.1.2/repo"
61+
+ String reclaimStorageUrl = System.env.RECLAIM_STORAGE_BASE_URL ?: "https://reclaim-inapp-sdk.s3.ap-south-1.amazonaws.com/android/0.2.1/repo"
6262
repositories {
6363
google()
6464
mavenCentral()

0 commit comments

Comments
 (0)