Skip to content

Commit

Permalink
v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardwissing committed Dec 11, 2021
1 parent 61a1be0 commit 9101104
Show file tree
Hide file tree
Showing 5 changed files with 274 additions and 175 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ android {
applicationId "org.coinid.wallet.tbtc"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 371
versionName "1.8.0"
versionCode 372
versionName "1.8.1"
renderscriptTargetApi 23
renderscriptSupportModeEnabled true

Expand Down
4 changes: 2 additions & 2 deletions ios/COINiDWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1751,7 +1751,7 @@
buildSettings = {
APP_RETURN_SCHEME = "coinid-tbtc";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 390;
CURRENT_PROJECT_VERSION = 391;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = RTXAQQG73Y;
HEADER_SEARCH_PATHS = (
Expand Down Expand Up @@ -1800,7 +1800,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 390;
CURRENT_PROJECT_VERSION = 391;
DEVELOPMENT_TEAM = RTXAQQG73Y;
HEADER_SEARCH_PATHS = (
"$(inherited)",
Expand Down
4 changes: 2 additions & 2 deletions ios/COINiDWallet/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.8.0</string>
<string>1.8.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>390</string>
<string>391</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false />
<key>LSApplicationQueriesSchemes</key>
Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "COINiDWallet",
"version": "1.8.0",
"version": "1.8.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
Expand Down Expand Up @@ -42,7 +42,7 @@
"react-native-elements": "^0.18.4",
"react-native-exit-app": "^1.0.0",
"react-native-fetch-polyfill": "^1.1.3",
"react-native-iphone-x-helper": "^1.2.0",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-keep-awake": "3",
"react-native-localize": "^1.3.2",
"react-native-measure-text": "^1.0.0-beta.1",
Expand Down Expand Up @@ -72,7 +72,7 @@
"@babel/runtime": "^7.4.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.5.0",
"detox": "^14.4.1",
"detox": "^19.3.0",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"eslint": "^5.15.3",
Expand Down Expand Up @@ -161,5 +161,9 @@
"_stream_passthrough": "readable-stream/passthrough",
"stream": "stream-browserify",
"vm": "vm-browserify"
},
"volta": {
"node": "10.15.3",
"yarn": "1.16.0"
}
}
Loading

0 comments on commit 9101104

Please sign in to comment.