You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: android/app/build.gradle
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -107,8 +107,8 @@ android {
107
107
applicationId "com.zer0net"
108
108
minSdkVersion 21
109
109
targetSdkVersion 26
110
-
versionCode 180725
111
-
versionName "18.7.25"
110
+
versionCode 180806
111
+
versionName "18.8.6"
112
112
missingDimensionStrategy "RNN.reactNativeVersion", "reactNative51"// <- See note below for further instruction regarding compatibility with other React Native versions
113
113
// Available options:
114
114
// reactNative51: Support for React Native 0.51-0.54
0 commit comments