Skip to content
This repository was archived by the owner on Aug 19, 2021. It is now read-only.

Commit

Permalink
messenger release 1.8.2
Browse files Browse the repository at this point in the history
v1.8.2
- Improved on-boarding help for first time users.
- Improved tab switching responsiveness.
- Added better message forwarding when moving to new devices.
- Removed ability to ignore successful exchange from notifications.
- Stability fixes.
  • Loading branch information
Michael Farb committed Feb 12, 2015
1 parent 95bb2c4 commit 6fc31db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions safeslinger-messenger/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="edu.cmu.cylab.starslinger"
android:versionCode="0x01080102"
android:versionName="1.8.1.2 RC 0" >
android:versionCode="0x01080200"
android:versionName="1.8.2" >

<!-- API 9 is the minimum required for password-based encryption PBKDF2WithHmacSHA1. -->
<!-- API 9 is the minimum required to receive GCM push messages. -->
Expand Down

0 comments on commit 6fc31db

Please sign in to comment.