File tree 4 files changed +17
-10
lines changed
4 files changed +17
-10
lines changed Original file line number Diff line number Diff line change
1
+ ## [ Release 2.25.0] ( https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.25.0 )
2
+
3
+ ### Features
4
+ - ** auth:** Add Passwordless features to Amplify ([ #2952 ] ( https://github.com/aws-amplify/amplify-android/issues/2952 ) )
5
+
6
+ [ See all changes between 2.24.1 and 2.25.0] ( https://github.com/aws-amplify/amplify-android/compare/release_v2.24.1...release_v2.25.0 )
7
+
1
8
## [ Release 2.24.1] ( https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.24.1 )
2
9
3
10
### Bug Fixes
Original file line number Diff line number Diff line change @@ -71,14 +71,14 @@ dependencies section:
71
71
``` groovy
72
72
dependencies {
73
73
// Only specify modules that provide functionality your app will use
74
- implementation 'com.amplifyframework:aws-analytics-pinpoint:2.24.1 '
75
- implementation 'com.amplifyframework:aws-api:2.24.1 '
76
- implementation 'com.amplifyframework:aws-auth-cognito:2.24.1 '
77
- implementation 'com.amplifyframework:aws-datastore:2.24.1 '
78
- implementation 'com.amplifyframework:aws-predictions:2.24.1 '
79
- implementation 'com.amplifyframework:aws-storage-s3:2.24.1 '
80
- implementation 'com.amplifyframework:aws-geo-location:2.24.1 '
81
- implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.24.1 '
74
+ implementation 'com.amplifyframework:aws-analytics-pinpoint:2.25.0 '
75
+ implementation 'com.amplifyframework:aws-api:2.25.0 '
76
+ implementation 'com.amplifyframework:aws-auth-cognito:2.25.0 '
77
+ implementation 'com.amplifyframework:aws-datastore:2.25.0 '
78
+ implementation 'com.amplifyframework:aws-predictions:2.25.0 '
79
+ implementation 'com.amplifyframework:aws-storage-s3:2.25.0 '
80
+ implementation 'com.amplifyframework:aws-geo-location:2.25.0 '
81
+ implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.25.0 '
82
82
}
83
83
```
84
84
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx4g
12
12
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
13
13
org.gradle.parallel =true
14
14
15
- VERSION_NAME =2.24.1
15
+ VERSION_NAME =2.25.0
16
16
17
17
POM_GROUP =com.amplifyframework
18
18
POM_URL =https://github.com/aws-amplify/amplify-android
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ library. In your module's `build.gradle`:
24
24
``` gradle
25
25
dependencies {
26
26
// Add this line.
27
- implementation 'com.amplifyframework:rxbindings:2.24.1 '
27
+ implementation 'com.amplifyframework:rxbindings:2.25.0 '
28
28
}
29
29
```
30
30
You can’t perform that action at this time.
0 commit comments