Skip to content

Commit

Permalink
Update manifest version code and number
Browse files Browse the repository at this point in the history
  • Loading branch information
gillesdubois committed Nov 8, 2017
1 parent 0d90d25 commit 4f379a0
Showing 1 changed file with 2 additions and 2 deletions.
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 4f379a0

Please sign in to comment.