Skip to content

Commit

Permalink
Upping version
Browse files Browse the repository at this point in the history
  • Loading branch information
markwinter committed Apr 25, 2014
1 parent c1f4cc2 commit 83b71d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="im.tox.antox"
android:versionCode="18"
android:versionName="0.9.0">
android:versionCode="19"
android:versionName="0.9.1">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/im/tox/antox/data/AntoxDB.java
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ public String[] getFriendDetails(String key) {

if(name.equals(""))
name = key.substring(0, 7);

details[0] = name;
details[1] = alias;
details[2] = note;
Expand Down

0 comments on commit 83b71d0

Please sign in to comment.