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

chore: bump apptentive version to 6.7.0 #93

Open
wants to merge 28 commits into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
7cee5ee
saving kit changes
Feb 14, 2023
5643b6f
Replaced Deprecated code
Feb 18, 2023
6dca8d5
cleanup
Feb 21, 2023
583d60d
enableTypeDetection false bydefault
Feb 22, 2023
29fde03
use VERSION_NAME
Feb 23, 2023
8fd78b9
PR updates
Feb 24, 2023
4e8d1ad
remove temporary code, fix for loglevel
Feb 28, 2023
ba43a9b
Cleanup & logtags
Feb 28, 2023
c51f79a
Added default values for configuration
Feb 28, 2023
59ccf2d
Replaced Apptentive logger with mParticle logger to support tests
Mar 1, 2023
ab59bc8
cleanup
Mar 1, 2023
1776f15
reorder loglevel
Mar 2, 2023
b89c095
Merge pull request #21 from apptentive/refactor/6.0-mparticle
PoornimaApptentive Mar 3, 2023
94fca31
make registerApptentiveActivityContext as static for Java interoperable
Mar 3, 2023
b71f4de
Merge pull request #22 from apptentive/chore/update_with_jvmstatic
PoornimaApptentive Mar 6, 2023
9bd4628
Merge branch 'mparticle-integrations:main' into master
PoornimaApptentive Mar 6, 2023
5755ece
Updated Readme
Mar 6, 2023
142e54f
Merge pull request #23 from apptentive/chore/update_with_jvmstatic
PoornimaApptentive Mar 6, 2023
f107490
fix:Apptentive SDK to be used via mParticle (#85)
mmustafa-tse Jul 24, 2023
a650c5d
Apptentive 6.1.0 release update
ChaseApptentive Jul 24, 2023
7360f45
Merge pull request #26 from apptentive/release/6.1.0
ChaseApptentive Jul 24, 2023
f74dede
Merge branch 'main' of https://github.com/mparticle-integrations/mpar…
ChaseApptentive Aug 2, 2023
6489aa9
Merge branch 'development' into master
ChaseApptentive Aug 2, 2023
49be090
Revert implementation to api
ChaseApptentive Aug 22, 2023
6534ae6
Merge branch 'mparticle-integrations:main' into master
PoornimaApptentive Apr 16, 2024
0bae122
bumped the version to 6.7.0
Apr 23, 2024
ea919da
Merge pull request #27 from apptentive/PBI-6390-6.7.0-update
PoornimaApptentive Apr 30, 2024
79b1ca4
Update build.gradle
PoornimaApptentive May 9, 2024
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 @@ -49,6 +49,6 @@ allprojects {
}

dependencies {
api 'com.apptentive:apptentive-kit-android:6.1.0'
api 'com.apptentive:apptentive-kit-android:6.7.0'
testImplementation 'io.mockk:mockk:1.13.3'
}
Loading