Skip to content

Commit

Permalink
release-4.1.3 (Sending collector payload as soon as it completes coll…
Browse files Browse the repository at this point in the history
…ection, not waiting for the screen change) (#17)

Co-authored-by: Jyothi-HV <[email protected]>
  • Loading branch information
Greg Davis and Jyothi-HV-r authored May 27, 2021
1 parent 453adab commit 861c337
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file modified CheckoutExample/.idea/caches/build_file_checksums.ser
Binary file not shown.
4 changes: 2 additions & 2 deletions CheckoutExample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ dependencies {
implementation 'com.google.android.instantapps:instantapps:1.1.0'

implementation 'com.google.code.gson:gson:2.8.6'
implementation group: 'com.android.volley', name: 'volley', version: '1.1.1'
implementation group: 'com.android.volley', name: 'volley', version: '1.2.0'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10'
implementation "com.google.android.material:material:1.3.0-rc01"
implementation "com.google.android.material:material:1.4.0-beta01"

}
4 changes: 2 additions & 2 deletions CheckoutExample/kotlinexample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ dependencies {
implementation 'com.google.android.instantapps:instantapps:1.1.0'

implementation 'com.google.code.gson:gson:2.8.6'
implementation group: 'com.android.volley', name: 'volley', version: '1.1.1'
implementation "com.google.android.material:material:1.3.0-rc01"
implementation group: 'com.android.volley', name: 'volley', version: '1.2.0'
implementation "com.google.android.material:material:1.4.0-beta01"
}
Binary file not shown.

0 comments on commit 861c337

Please sign in to comment.