Skip to content

Commit

Permalink
bump android version to 3.0.0 (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-almonacid committed Aug 12, 2020
1 parent 49929c5 commit 83bfc5f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ android {
applicationId "com.emurgo"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 60
versionName "2.2.3"
versionCode 72
versionName "3.0.0"
ndk {
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"react-native-device-info": "5.5.7",
"react-native-easy-markdown": "1.4.1",
"react-native-fs": "^2.11.18",
"react-native-haskell-shelley": "Emurgo/react-native-haskell-shelley",
"react-native-haskell-shelley": "Emurgo/react-native-haskell-shelley#0.0.1",
"react-native-keychain": "3.0.0",
"react-native-linear-gradient": "2.5.6",
"react-native-local-resource": "^0.1.3",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12606,9 +12606,9 @@ react-native-fs@^2.11.18:
base-64 "^0.1.0"
utf8 "^2.1.1"

react-native-haskell-shelley@Emurgo/react-native-haskell-shelley:
version "1.0.0"
resolved "https://codeload.github.com/Emurgo/react-native-haskell-shelley/tar.gz/b73fa933f9acd72df789a591f0e476920fba1c2c"
react-native-haskell-shelley@Emurgo/react-native-haskell-shelley#0.0.1:
version "0.0.1"
resolved "https://codeload.github.com/Emurgo/react-native-haskell-shelley/tar.gz/d48955e5073158d6fc1b8b1f17d24e97dfc8a3f2"
dependencies:
base-64 "0.1.0"

Expand Down

0 comments on commit 83bfc5f

Please sign in to comment.