Skip to content

Commit

Permalink
Merge pull request #10 from tenjin/dg/TENJIN-19824
Browse files Browse the repository at this point in the history
Update Android SDK to 1.16.5 [TENJIN-19824]
  • Loading branch information
giraldogdiego authored Jul 29, 2024
2 parents 41cb99b + b3e6783 commit 427dcbc
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 38 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation 'com.tenjin:android-sdk:1.16.4'
implementation 'com.tenjin:android-sdk:1.16.5'
}

if (isNewArchitectureEnabled()) {
Expand Down
11 changes: 7 additions & 4 deletions lib/commonjs/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/commonjs/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions lib/commonjs/updatePostbackConversionValue.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/commonjs/updatePostbackConversionValue.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions lib/module/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/module/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions lib/module/updatePostbackConversionValue.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/module/updatePostbackConversionValue.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/typescript/index.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions lib/typescript/updatePostbackConversionValue.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export type TenjinCoarseConversionValue = 'low' | 'medium' | 'high';
export declare const updatePostbackConversionValue: (conversionValue: number, coarseValue?: TenjinCoarseConversionValue, lockWindow?: boolean) => void;
//# sourceMappingURL=updatePostbackConversionValue.d.ts.map
1 change: 1 addition & 0 deletions lib/typescript/updatePostbackConversionValue.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 1 addition & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-tenjin",
"title": "React Native Tenjin",
"version": "1.1.0",
"version": "1.1.1",
"description": "Tenjin is a unique growth infrastructure platform that helps you streamline your mobile marketing.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -32,7 +32,6 @@
"typecheck": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"prepack": "bob build",
"release": "release-it",
"example": "yarn --cwd example",
"bootstrap": "yarn example && yarn install && yarn example pods",
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build"
Expand All @@ -55,14 +54,11 @@
"homepage": "https://tenjin.com",
"readmeFilename": "README.md",
"devDependencies": {
"@commitlint/config-conventional": "^17.0.2",
"@evilmartians/lefthook": "^1.2.2",
"@react-native-community/eslint-config": "^3.0.2",
"@release-it/conventional-changelog": "^5.0.0",
"@types/jest": "^28.1.2",
"@types/react": "~17.0.21",
"@types/react-native": "0.70.0",
"commitlint": "^17.0.2",
"del-cli": "^5.0.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.5.0",
Expand All @@ -73,7 +69,6 @@
"react": "18.2.0",
"react-native": "0.71.7",
"react-native-builder-bob": "^0.20.4",
"release-it": "^15.0.0",
"typescript": "^4.5.2"
},
"resolutions": {
Expand All @@ -94,28 +89,6 @@
"<rootDir>/lib/"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
},
"eslintConfig": {
"root": true,
"extends": [
Expand Down

0 comments on commit 427dcbc

Please sign in to comment.