Skip to content

Commit 1aa9d2e

Browse files
committed
Bump version to 1.4.0 and update version code to 13
1 parent 4efadbe commit 1aa9d2e

File tree

5 files changed

+15
-17
lines changed

5 files changed

+15
-17
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ android {
103103
applicationId "com.techtriangle"
104104
minSdkVersion rootProject.ext.minSdkVersion
105105
targetSdkVersion rootProject.ext.targetSdkVersion
106-
versionCode 12
107-
versionName "1.3.3"
106+
versionCode 13
107+
versionName "1.4.0"
108108
}
109109

110110
splits {

bun.lock

+6-8
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"@shopify/react-native-skia": "^1.12.4",
1313
"@tanstack/react-query": "^5.75.2",
1414
"clsx": "^2.1.1",
15-
"hono": "^4.7.8",
15+
"hono": "^4.7.5",
1616
"lottie-react-native": "^7.2.2",
1717
"nativewind": "^4.1.23",
18-
"react": "^19.1.0",
18+
"react": "19.0.0",
1919
"react-native": "0.79.2",
2020
"react-native-device-info": "^14.0.4",
2121
"react-native-geolocation-service": "^5.3.1",
@@ -45,15 +45,15 @@
4545
"@tanstack/eslint-plugin-query": "^5.74.7",
4646
"@types/jest": "^29.5.14",
4747
"@types/react": "^19.1.2",
48-
"@types/react-test-renderer": "^19.1.0",
48+
"@types/react-test-renderer": "19.0.0",
4949
"babel-jest": "^29.7.0",
5050
"babel-plugin-module-resolver": "^5.0.2",
5151
"eslint": "^8.57.1",
5252
"jest": "^29.7.0",
5353
"prettier": "^3.5.3",
5454
"prettier-plugin-tailwindcss": "^0.6.11",
5555
"react-native-svg-transformer": "^1.5.1",
56-
"react-test-renderer": "^19.1.0",
56+
"react-test-renderer": "^19.0.0",
5757
"tailwindcss": "^3.4.17",
5858
"typescript": "^5.8.3",
5959
},
@@ -546,7 +546,7 @@
546546

547547
"@types/react": ["@types/[email protected]", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-oxLPMytKchWGbnQM9O7D67uPa9paTNxO7jVoNMXgkkErULBPhPARCfkKL9ytcIJJRGjbsVwW4ugJzyFFvm/Tiw=="],
548548

549-
"@types/react-test-renderer": ["@types/react-test-renderer@19.1.0", "", { "dependencies": { "@types/react": "*" } }, "sha512-XD0WZrHqjNrxA/MaR9O22w/RNidWR9YZmBdRGI7wcnWGrv/3dA8wKCJ8m63Sn+tLJhcjmuhOi629N66W6kgWzQ=="],
549+
"@types/react-test-renderer": ["@types/react-test-renderer@19.0.0", "", { "dependencies": { "@types/react": "*" } }, "sha512-qDVnNybqFm2eZKJ4jD34EvRd6VHD67KjgnWaEMM0Id9L22EpWe3nOSVKHWL1XWRCxUWe3lhXwlEeCKD1BlJCQA=="],
550550

551551
"@types/semver": ["@types/[email protected]", "", {}, "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ=="],
552552

@@ -1506,7 +1506,7 @@
15061506

15071507
"raw-body": ["[email protected]", "", { "dependencies": { "bytes": "3.1.2", "http-errors": "2.0.0", "iconv-lite": "0.4.24", "unpipe": "1.0.0" } }, "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA=="],
15081508

1509-
"react": ["react@19.1.0", "", {}, "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg=="],
1509+
"react": ["react@19.0.0", "", {}, "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ=="],
15101510

15111511
"react-devtools-core": ["[email protected]", "", { "dependencies": { "shell-quote": "^1.6.1", "ws": "^7" } }, "sha512-TFo1MEnkqE6hzAbaztnyR5uLTMoz6wnEWwWBsCUzNt+sVXJycuRJdDqvL078M4/h65BI/YO5XWTaxZDWVsW0fw=="],
15121512

@@ -2086,8 +2086,6 @@
20862086

20872087
"@types/babel__traverse/@babel/types": ["@babel/[email protected]", "", { "dependencies": { "@babel/helper-string-parser": "^7.25.9", "@babel/helper-validator-identifier": "^7.25.9" } }, "sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw=="],
20882088

2089-
"@types/react-test-renderer/@types/react": ["@types/[email protected]", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-UaicktuQI+9UKyA4njtDOGBD/67t8YEBt2xdfqu8+gP9hqPUPsiXlNPcpS2gVdjmis5GKPG3fCxbQLVgxsQZ8w=="],
2090-
20912089
"@typescript-eslint/eslint-plugin/@typescript-eslint/utils": ["@typescript-eslint/[email protected]", "", { "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", "@typescript-eslint/scope-manager": "7.18.0", "@typescript-eslint/types": "7.18.0", "@typescript-eslint/typescript-estree": "7.18.0" }, "peerDependencies": { "eslint": "^8.56.0" } }, "sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw=="],
20922090

20932091
"@typescript-eslint/type-utils/@typescript-eslint/utils": ["@typescript-eslint/[email protected]", "", { "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", "@typescript-eslint/scope-manager": "7.18.0", "@typescript-eslint/types": "7.18.0", "@typescript-eslint/typescript-estree": "7.18.0" }, "peerDependencies": { "eslint": "^8.56.0" } }, "sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw=="],

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"hono": "^4.7.8",
3232
"lottie-react-native": "^7.2.2",
3333
"nativewind": "^4.1.23",
34-
"react": "^19.1.0",
34+
"react": "19.0.0",
3535
"react-native": "0.79.2",
3636
"react-native-device-info": "^14.0.4",
3737
"react-native-geolocation-service": "^5.3.1",
@@ -50,7 +50,7 @@
5050
"@babel/core": "^7.27.1",
5151
"@babel/preset-env": "^7.27.1",
5252
"@babel/runtime": "^7.27.1",
53-
"@biomejs/biome": "1.9.4",
53+
"@biomejs/biome": "1.9.4",
5454
"@react-native-community/cli": "18.0.0",
5555
"@react-native-community/cli-platform-android": "18.0.0",
5656
"@react-native-community/cli-platform-ios": "18.0.0",
@@ -61,15 +61,15 @@
6161
"@tanstack/eslint-plugin-query": "^5.74.7",
6262
"@types/jest": "^29.5.14",
6363
"@types/react": "^19.1.2",
64-
"@types/react-test-renderer": "^19.1.0",
64+
"@types/react-test-renderer": "19.0.0",
6565
"babel-jest": "^29.7.0",
6666
"babel-plugin-module-resolver": "^5.0.2",
6767
"eslint": "^8.57.1",
6868
"jest": "^29.7.0",
6969
"prettier": "^3.5.3",
7070
"prettier-plugin-tailwindcss": "^0.6.11",
7171
"react-native-svg-transformer": "^1.5.1",
72-
"react-test-renderer": "^19.1.0",
72+
"react-test-renderer": "^19.0.0",
7373
"tailwindcss": "^3.4.17",
7474
"typescript": "^5.8.3"
7575
},

src/components/RoundNotification.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default function RoundNotification({ n }: { n: number }) {
55
if (n === 0) return null
66
return (
77
<View className='items-center justify-center rounded-full bg-red-500' style={{ height: 22, width: 22 }}>
8-
<SemiBold className='text-xs text-white' style={{ paddingBottom: 2 }} numberOfLines={1}>
8+
<SemiBold className='text-xs text-white pt-0.5' numberOfLines={1}>
99
{n}
1010
</SemiBold>
1111
</View>

src/utils/constants.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ export const ANIM_DUR = 150
33
export const SCREEN_TRANSITION = 300
44
export const WEATHER_CACHE_TIME = 1000 * 60 * 10 // 10 minutes
55

6-
export const APP_VERSION = '1.3.3'
7-
export const APP_VERSION_CODE = 12
6+
export const APP_VERSION = '1.4.0'
7+
export const APP_VERSION_CODE = 13
88
export const ASK_QN_URL = 'https://t.me/+u6qGi8wPRmAxOGZl'
99
export const APP_TG_CHANNEL = 'tg://resolve?domain=tech_triangle'
1010
export function ask_a_question() {

0 commit comments

Comments
 (0)