Skip to content

Commit

Permalink
🚀 🤖 ⬆️ Google Play API @ v3.0 (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy authored Dec 10, 2019
2 parents b485196 + bf2e653 commit b22a342
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
=======
## [0.9.5][0.9.6] - 2019-12-02
## Updated
- :rocket: :robot: Google Play API @v3.0
- :rocket: :robot: Google Play Mobile Vision @19.0.0
- :rocket: Other Bitrise steps

## [0.9.4] - 2019-11-26
### Changed
- Update slider bar (horizontal only)
Expand All @@ -32,7 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.8.7] - 2019-11-08
### Upgraded
- :rocket: :apple: BitRise Deploy to iTunes Connect - Application Loader@0.10.1
- :rocket: :apple: Bitrise Deploy to iTunes Connect - Application Loader@0.10.1

## [0.8.6] - 2019-11-08
### Upgraded
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MindLogger 0.9.4
# MindLogger 0.9.6

_Note: v0.1 is deprecated as of June 12, 2019._

Expand Down
6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ android {
applicationId "lab.childmindinstitute.data"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 97
versionName "0.9.4"
versionCode 99
versionName "0.9.6"
ndk {
abiFilters "arm64-v8a", "x86_64", "armeabi-v7a", "x86"
}
Expand Down Expand Up @@ -142,7 +142,7 @@ dependencies {
configurations.all {
resolutionStrategy {
dependencySubstitution {
substitute module('com.google.android.gms:play-services-vision') with module('com.google.android.gms:play-services-vision:17.0.2')
substitute module('com.google.android.gms:play-services-vision') with module('com.google.android.gms:play-services-vision:19.0.0')
substitute module('com.google.firebase:firebase-messaging') with module('com.google.firebase:firebase-messaging:19.0.0')
}
}
Expand Down
4 changes: 2 additions & 2 deletions ios/MDCApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.9.4</string>
<string>0.9.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>97</string>
<string>99</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MindLogger",
"version": "0.9.4",
"version": "0.9.6",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
Expand Down

0 comments on commit b22a342

Please sign in to comment.