Skip to content

Commit

Permalink
Bump version to 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzhul committed Jan 18, 2017
1 parent 90d758b commit dccfee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 package="fr.unix_experience.owncloud_sms"
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="43"
android:versionName="0.23.2"> <!-- From Android 4.1 to 7.0 -->
android:versionCode="44"
android:versionName="0.24.0"> <!-- From Android 4.1 to 7.1 -->
<uses-sdk android:maxSdkVersion="25"/>

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

0 comments on commit dccfee4

Please sign in to comment.