Skip to content

Commit 2678cc9

Browse files
Update gradle file
1 parent a92fc20 commit 2678cc9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ android {
113113
minifyEnabled enableProguardInReleaseBuilds
114114
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
115115
**/
116-
if (false && project.hasProperty('MYAPP_UPLOAD_STORE_FILE')) {
116+
if (project.hasProperty('MYAPP_UPLOAD_STORE_FILE')) {
117117
signingConfig signingConfigs.release
118118
minifyEnabled enableProguardInReleaseBuilds
119119
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"

licenses.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"licenseUrl": "https://github.com/react-native-masked-view/masked-view/raw/master/LICENSE",
3636
"parents": "opendtu-react-native"
3737
},
38-
"@react-navigation/bottom-tabs@6.5.20": {
38+
"@react-navigation/bottom-tabs@6.6.0": {
3939
"licenses": "MIT",
4040
"repository": "https://github.com/react-navigation/react-navigation",
4141
"licenseUrl": "https://github.com/react-navigation/react-navigation/raw/master/LICENSE",
@@ -209,7 +209,7 @@
209209
"licenseUrl": "https://github.com/callstack/react-native-paper/raw/master/LICENSE.md",
210210
"parents": "opendtu-react-native"
211211
},
212-
"react-native-reanimated@3.11.0": {
212+
"react-native-reanimated@3.12.1": {
213213
"licenses": "MIT",
214214
"repository": "https://github.com/software-mansion/react-native-reanimated",
215215
"licenseUrl": "https://github.com/software-mansion/react-native-reanimated/raw/master/LICENSE",

0 commit comments

Comments
 (0)