Skip to content

Commit c22c83c

Browse files
committed
updateded dependencies
1 parent 66c2fa3 commit c22c83c

6 files changed

Lines changed: 106 additions & 115 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## [0.0.13](https://github.com/involvex/awesome-github-app/compare/v0.0.12...v0.0.13) (2026-04-04)
1+
## [0.0.14](https://github.com/involvex/awesome-github-app/compare/0.0.13...0.0.14) (2026-04-10)
2+
3+
## [0.0.13](https://github.com/involvex/awesome-github-app/compare/v0.0.12...0.0.13) (2026-04-04)
24

35
## [0.0.12](https://github.com/involvex/awesome-github-app/compare/0.0.11...v0.0.12) (2026-03-16)
46

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ android {
9292
applicationId 'com.involvex.awesomegithubapp'
9393
minSdkVersion rootProject.ext.minSdkVersion
9494
targetSdkVersion rootProject.ext.targetSdkVersion
95-
versionCode 13
96-
versionName "0.0.13"
95+
versionCode 14
96+
versionName "0.0.14"
9797

9898
buildConfigField "String", "REACT_NATIVE_RELEASE_LEVEL", "\"${findProperty('reactNativeReleaseLevel') ?: 'stable'}\""
9999
}

app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Awesome Github App",
44
"slug": "awesome-github-app",
55
"owner": "involvex",
6-
"version": "0.0.13",
6+
"version": "0.0.14",
77
"orientation": "portrait",
88
"userInterfaceStyle": "automatic",
99
"githubUrl": "https://github.com/involvex/awesome-github-app.git",
@@ -28,7 +28,7 @@
2828
"backgroundColor": "#ffffff"
2929
},
3030
"userInterfaceStyle": "automatic",
31-
"versionCode": 13
31+
"versionCode": 14
3232
},
3333
"web": {
3434
"output": "single",
@@ -37,7 +37,7 @@
3737
},
3838
"ios": {
3939
"bundleIdentifier": "com.involvex.awesomegithubapp",
40-
"buildNumber": "13",
40+
"buildNumber": "14",
4141
"infoPlist": {
4242
"ITSAppUsesNonExemptEncryption": false
4343
}

0 commit comments

Comments
 (0)