Skip to content

Commit ecc8a45

Browse files
committed
[MobileClient] Add android support annotations dependency
1 parent b06ae7b commit ecc8a45

File tree

1 file changed

+6
-0
lines changed
  • aws-android-sdk-mobile-client

1 file changed

+6
-0
lines changed

aws-android-sdk-mobile-client/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@
3838
<type>aar</type>
3939
</dependency>
4040

41+
<dependency>
42+
<groupId>com.android.support</groupId>
43+
<artifactId>support-annotations</artifactId>
44+
<version>27.1.1</version>
45+
</dependency>
46+
4147
<dependency>
4248
<groupId>com.amazonaws</groupId>
4349
<artifactId>aws-android-sdk-cognitoidentityprovider</artifactId>

0 commit comments

Comments
 (0)