Skip to content

Commit

Permalink
Up version
Browse files Browse the repository at this point in the history
  • Loading branch information
markwinter committed Sep 27, 2014
1 parent a0b0e9d commit 92f86e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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="36"
android:versionName="0.12.8" >
android:versionCode="37"
android:versionName="0.13.0" >

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
5 changes: 0 additions & 5 deletions app/src/main/java/im/tox/antox/fragments/ChatFragment.java
Original file line number Diff line number Diff line change
Expand Up @@ -376,10 +376,6 @@ public void onActivityResult(int requestCode, int resultCode, Intent data) {
}

}

if(requestCode == Constants.FILE_RESULT && resultCode == Activity.RESULT_OK) {

}
}


Expand Down Expand Up @@ -529,7 +525,6 @@ public void fileSelected(File file) {
}
});
fileDialog.showDialog();
break;
}
}
});
Expand Down

0 comments on commit 92f86e6

Please sign in to comment.