Skip to content

Commit

Permalink
Create release 2.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jensck committed Feb 15, 2019
1 parent 92b2aaf commit 5fe767c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.3.11
======
- Fix Photon claiming issue
- Don't show unknown "product" devices as Photons, just show them as "other"/unknown

2.3.10
======
- Automatic device type detection when starting setup
Expand Down
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ android {
applicationId 'io.particle.android.app'
minSdkVersion 21
targetSdkVersion 28
versionCode 102031003
versionName "2.3.10"
// scheme for these version numbers: EPOCH MAJOR MINOR PATCH BUILD
versionCode 1_02_03_11_01
versionName "2.3.11"

vectorDrawables.useSupportLibrary = true

Expand Down

0 comments on commit 5fe767c

Please sign in to comment.