Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
Application is stable, reliable and new design has been done by a great contributors.
  • Loading branch information
nerzhul committed Mar 23, 2017
1 parent afa0fc2 commit 15e1623
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?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="47"
android:versionName="0.24.3"> <!-- From Android 4.1 to 7.1 -->
<uses-sdk android:maxSdkVersion="25"/>
android:versionCode="48"
android:versionName="1.0.0"> <!-- From Android 4.1 to O -->
<uses-sdk android:maxSdkVersion="26"/>

<uses-permission android:name="android.permission.READ_SMS"/>
<uses-permission android:name="android.permission.WRITE_SMS" />
Expand Down
4 changes: 3 additions & 1 deletion src/main/res/values/google_playstore_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
* SUCH DAMAGE.
*/
-->
<resources>
<resources
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="MissingTranslation">
<!-- Translation version, reference for translators -->
<string name="gp_translation_version">3</string>

Expand Down

0 comments on commit 15e1623

Please sign in to comment.