Skip to content

Commit

Permalink
Merge pull request #21 from gillesdubois/prepare-231-release
Browse files Browse the repository at this point in the history
Prepare 2.3.1 release
  • Loading branch information
RudyLaurent authored Nov 8, 2017
2 parents 9e6baa1 + 4f379a0 commit 3de7617
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Ocsinventory NG Android Agent

2.3.1
* Fix permissions on android 6 and more

2.3.0
* New graphics chart
* App redesign
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<manifest package="org.ocs.android.agent"
xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="auto"
android:versionCode="230"
android:versionName="2.3.0RC">
android:versionCode="231"
android:versionName="2.3.1">

<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
Expand Down

0 comments on commit 3de7617

Please sign in to comment.