Skip to content

Commit

Permalink
Merge pull request #119 from afterpay/release/2.0.2
Browse files Browse the repository at this point in the history
Release 2.0.2
  • Loading branch information
k-obrien authored Jul 15, 2021
2 parents f1e1bed + 09263dd commit f6374ef
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Add `afterpay-android` to your `build.gradle` dependencies.

```gradle
dependencies {
implementation 'com.afterpay:afterpay-android:2.0.1'
implementation 'com.afterpay:afterpay-android:2.0.2'
}
```

Expand Down
26 changes: 13 additions & 13 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,29 @@ buildscript {
'java' : '1.8',
'build_tools' : '30.0.3',
'android_gradle_plugin' : '4.2.1',
'kotlin' : '1.5.0',
'kotlinx_coroutines' : '1.5.0',
'kotlinx_serialization' : '1.2.1',
'kotlin' : '1.5.21',
'kotlinx_coroutines' : '1.5.1',
'kotlinx_serialization' : '1.2.2',
'maven_publish_plugin' : '0.12.0',
'androidx_activity' : '1.2.3',
'androidx_constraint_layout': '2.0.4',
'androidx_fragment' : '1.3.4',
'androidx_fragment' : '1.3.5',
'androidx_lifecycle' : '2.3.1',
'androidx_navigation' : '2.3.5',
'androidx_recycler_view' : '1.2.0',
'androidx_recycler_view' : '1.2.1',
'android_three_ten' : '1.3.1',
'app_compat' : '1.3.0',
'core_ktx' : '1.5.0',
'material_design_components': '1.3.0',
'core_ktx' : '1.6.0',
'material_design_components': '1.4.0',
'moshi' : '1.12.0',
'okhttp' : '4.9.0',
'okhttp' : '4.9.1',
'retrofit' : '2.9.0',
'junit' : '4.13.2',
'androidx_test_orchestrator': '1.3.0',
'androidx_test_core' : '1.3.0',
'androidx_test_junit' : '1.1.2',
'androidx_test_runner' : '1.3.0',
'espresso' : '3.3.0',
'androidx_test_orchestrator': '1.4.0',
'androidx_test_core' : '1.4.0',
'androidx_test_junit' : '1.1.3',
'androidx_test_runner' : '1.4.0',
'espresso' : '3.4.0',
'uiautomator' : '2.2.0',
'ktlint' : '0.41.0'
]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.afterpay
VERSION_NAME=2.0.1-SNAPSHOT
VERSION_NAME=2.0.2-SNAPSHOT

POM_URL=https://github.com/afterpay/sdk-android/
POM_SCM_URL=https://github.com/afterpay/sdk-android/
Expand Down

0 comments on commit f6374ef

Please sign in to comment.