Skip to content

Commit

Permalink
chore: Update versionCode to 80 in android/app/build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert27 committed Jun 25, 2024
1 parent 403092f commit 49e09e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ android {
applicationId 'app.neuland'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 78
versionCode 80
versionName "0.8.0"
}
signingConfigs {
Expand Down
6 changes: 0 additions & 6 deletions src/data/licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@
"licenseUrl": "https://github.com/react-native-netinfo/react-native-netinfo/raw/master/LICENSE",
"parents": "neuland"
},
"@react-native-menu/[email protected]": {
"licenses": "MIT",
"repository": "https://github.com/react-native-menu/menu",
"licenseUrl": "https://github.com/react-native-menu/menu/raw/master/LICENSE",
"parents": "neuland"
},
"@sentry/[email protected]": {
"licenses": "MIT",
"repository": "https://github.com/getsentry/sentry-react-native",
Expand Down

0 comments on commit 49e09e0

Please sign in to comment.