We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4813234 commit cb623faCopy full SHA for cb623fa
README.md
@@ -146,10 +146,12 @@ allprojects {
146
}
147
148
```
149
-Then, specify `local` instead of a version number to point to mavenLocal inside `build.gradle(Module)` file:
+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:
152
153
dependencies {
- implementation 'com.amazonaws:aws-android-sdk-SERVICE:local'
154
+ implementation 'com.amazonaws:aws-android-sdk-SERVICE:VERSION_NAME'
155
156
157
0 commit comments