Skip to content

Commit 766b13d

Browse files
author
AWS
committed
AWS SDK for Android 2.7.5
1 parent 613367e commit 766b13d

File tree

88 files changed

+215
-216
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+215
-216
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log - AWS SDK for Android
22

3+
## [Release 2.7.5](https://github.com/aws/aws-sdk-android/releases/tag/release_v2.7.5)
4+
5+
### Bug Fixes
6+
7+
* **Amazon Cognito Identity Provider**
8+
* Synchronize to reduce network calls when refreshing the Cognito User session. See [pr #272](https://github.com/aws/aws-sdk-android/pull/272)
9+
10+
* **AWS IoT**
11+
* Fix a bug to prevent crashes when concurrent threads publish messages. See [pr #532](https://github.com/aws/aws-sdk-android/pull/532/)
12+
313
## [Release 2.7.4](https://github.com/aws/aws-sdk-android/releases/tag/release_v2.7.4)
414

515
### Bug Fixes

aws-android-sdk-apigateway-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'java-library'
33
dependencies {
44
implementation fileTree(dir: 'libs', include: ['*.jar'])
55

6-
compile project(":aws-android-sdk-core")
6+
api project(":aws-android-sdk-core")
77
}
88

99
sourceCompatibility = "1.7"

aws-android-sdk-apigateway-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
<parent>
1313
<groupId>com.amazonaws</groupId>
1414
<artifactId>aws-android-sdk-pom</artifactId>
15-
<version>2.7.4</version>
15+
<version>2.7.5</version>
1616
</parent>
1717

1818
<dependencies>
1919
<dependency>
2020
<groupId>com.amazonaws</groupId>
2121
<artifactId>aws-android-sdk-core</artifactId>
2222
<optional>false</optional>
23-
<version>2.7.4</version>
23+
<version>2.7.5</version>
2424
</dependency>
2525
</dependencies>
2626

aws-android-sdk-auth-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ dependencies {
3636
androidTestImplementation 'com.android.support.test:runner:1.0.2'
3737
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
3838

39-
compile project(":aws-android-sdk-core")
39+
api project(":aws-android-sdk-core")
4040
}

aws-android-sdk-auth-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
<parent>
2222
<groupId>com.amazonaws</groupId>
2323
<artifactId>aws-android-sdk-pom</artifactId>
24-
<version>2.7.4</version>
24+
<version>2.7.5</version>
2525
</parent>
2626

2727
<dependencies>
2828
<dependency>
2929
<groupId>com.amazonaws</groupId>
3030
<artifactId>aws-android-sdk-core</artifactId>
3131
<optional>false</optional>
32-
<version>2.7.4</version>
32+
<version>2.7.5</version>
3333
</dependency>
3434

3535
<dependency>

aws-android-sdk-auth-facebook/build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ apply plugin: 'com.android.library'
22

33
android {
44
compileSdkVersion 23
5-
buildToolsVersion '23.0.3'
6-
75

86
defaultConfig {
97
minSdkVersion 11
@@ -36,7 +34,7 @@ dependencies {
3634
androidTestImplementation 'com.android.support.test:runner:1.0.2'
3735
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
3836

39-
compile project(":aws-android-sdk-auth-core")
40-
compile "com.facebook.android:facebook-android-sdk:4.1.0"
41-
compile "com.android.support:support-v4:23.0.1"
37+
api project(":aws-android-sdk-auth-core")
38+
api "com.facebook.android:facebook-android-sdk:4.1.0"
39+
implementation "com.android.support:support-v4:23.0.1"
4240
}

aws-android-sdk-auth-facebook/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.amazonaws</groupId>
2323
<artifactId>aws-android-sdk-pom</artifactId>
24-
<version>2.7.4</version>
24+
<version>2.7.5</version>
2525
</parent>
2626

2727
<repositories>
@@ -36,7 +36,7 @@
3636
<groupId>com.amazonaws</groupId>
3737
<artifactId>aws-android-sdk-auth-core</artifactId>
3838
<optional>false</optional>
39-
<version>2.7.4</version>
39+
<version>2.7.5</version>
4040
<type>aar</type>
4141
</dependency>
4242
<dependency>

aws-android-sdk-auth-google/build.gradle

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ apply plugin: 'com.android.library'
22

33
android {
44
compileSdkVersion 23
5-
buildToolsVersion '23.0.3'
6-
7-
85

96
defaultConfig {
107
minSdkVersion 11
@@ -37,7 +34,7 @@ dependencies {
3734
androidTestImplementation 'com.android.support.test:runner:1.0.2'
3835
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
3936

40-
compile project(":aws-android-sdk-auth-core")
41-
compile "com.android.support:support-v4:23.0.1"
42-
compile "com.google.android.gms:play-services-auth:9.8.0"
37+
api project(":aws-android-sdk-auth-core")
38+
implementation "com.android.support:support-v4:23.0.1"
39+
api "com.google.android.gms:play-services-auth:9.8.0"
4340
}

aws-android-sdk-auth-google/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.amazonaws</groupId>
2323
<artifactId>aws-android-sdk-pom</artifactId>
24-
<version>2.7.4</version>
24+
<version>2.7.5</version>
2525
</parent>
2626

2727
<repositories>
@@ -40,7 +40,7 @@
4040
<groupId>com.amazonaws</groupId>
4141
<artifactId>aws-android-sdk-auth-core</artifactId>
4242
<optional>false</optional>
43-
<version>2.7.4</version>
43+
<version>2.7.5</version>
4444
<type>aar</type>
4545
</dependency>
4646

aws-android-sdk-auth-ui/build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ apply plugin: 'com.android.library'
22

33
android {
44
compileSdkVersion 23
5-
buildToolsVersion '23.0.3'
6-
7-
85

96
defaultConfig {
107
minSdkVersion 23
@@ -32,8 +29,8 @@ dependencies {
3229
androidTestImplementation 'com.android.support.test:runner:1.0.2'
3330
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
3431

35-
compile project(":aws-android-sdk-auth-core")
36-
compile "com.android.support:appcompat-v7:23.0.1"
32+
api project(":aws-android-sdk-auth-core")
33+
implementation "com.android.support:appcompat-v7:23.0.1"
3734

3835
// Optional dependencies
3936
// compile project(":aws-android-sdk-auth-facebook")

0 commit comments

Comments
 (0)