Skip to content

Commit cb623fa

Browse files
authored
chore: update instructions for local testing (#2365)
1 parent 4813234 commit cb623fa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,12 @@ allprojects {
146146
}
147147
}
148148
```
149-
Then, specify `local` instead of a version number to point to mavenLocal inside `build.gradle(Module)` file:
149+
Then, find the `VERSION_NAME` of the *library* inside `gradle.properties` file.
150+
151+
Use the above version to specify dependencies in your *app*'s `build.gradle (:app)` file:
150152
```
151153
dependencies {
152-
implementation 'com.amazonaws:aws-android-sdk-SERVICE:local'
154+
implementation 'com.amazonaws:aws-android-sdk-SERVICE:VERSION_NAME'
153155
}
154156
```
155157

0 commit comments

Comments
 (0)