Skip to content

Commit

Permalink
chore: update the native android and ios agents
Browse files Browse the repository at this point in the history
  • Loading branch information
ndesai-newrelic committed Nov 27, 2023
1 parent 1326cd4 commit a74f790
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ android {
compileSdkVersion 33

defaultConfig {
minSdkVersion 21
minSdkVersion 24
targetSdkVersion 33
versionCode 1
versionName version
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@
},
"sdkVersions": {
"ios": {
"newrelic": "7.4.6"
"newrelic": "7.4.8"
},
"android": {
"newrelic": "7.1.0",
"ndk": "1.0.3"
"newrelic": "7.2.0",
"ndk": "1.0.4"
}
}
}

0 comments on commit a74f790

Please sign in to comment.