Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump apptentive-android from 5.6.4 to 5.8.4 #18

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
470f3de
Updated Apptentive dependency to 5.6.2
weeeBox Feb 4, 2021
4c1fb0e
Added StringUtils
weeeBox May 1, 2021
7c999bc
Added data transform
weeeBox May 2, 2021
669f47c
Fixed parsing person data
weeeBox May 3, 2021
ec95af4
Fixed parsing custom data
weeeBox May 3, 2021
9fe3d02
Fixed updating person first/last name
weeeBox May 6, 2021
5d07655
Fixed setting user name
weeeBox May 7, 2021
de7c228
Event engagement refactoring
weeeBox May 8, 2021
363d067
Log screen events
weeeBox May 8, 2021
4d44cf4
Whitespaces fix
weeeBox May 8, 2021
216a983
Merge pull request #8 from apptentive/feature/custom-data-parsing
weeeBox May 10, 2021
43fa196
Refactoring
weeeBox May 22, 2021
627c3c7
Added type detection
weeeBox May 23, 2021
0902f4c
Refactoring + more tests
weeeBox May 24, 2021
8f90bb2
Merge pull request #9 from apptentive/feature/custom-data-parsing
weeeBox May 28, 2021
48d0a84
Update to default type detection to true
melj32app Jun 3, 2021
fe054ce
Merge pull request #10 from apptentive/TypeDetectionDefault
melj32app Jun 10, 2021
32ce39c
Merge branch 'mparticle-integrations:master' into master
melj32app Jun 10, 2021
bd0b094
Update to show reporting messages for screen views
melj32app Jun 11, 2021
b7d725f
Merge pull request #11 from apptentive/ScreenViews
melj32app Jun 15, 2021
0611086
Bump apptentive-android from 5.6.2 to 5.6.4
dependabot[bot] Jul 28, 2021
60b87ff
Merge pull request #13 from apptentive/dependabot/gradle/com.apptenti…
twinklesharma1311 Jul 28, 2021
61800b3
Merge branch 'master' into master
twinklesharma1311 Jul 28, 2021
12bfb1d
Bump apptentive-android from 5.6.4 to 5.8.4
dependabot[bot] Sep 27, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ android {
}

dependencies {
implementation 'com.apptentive:apptentive-android:5.6.3'
implementation 'com.apptentive:apptentive-android:5.8.4'
}