Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
fix: Increase version number to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Moncef AOUDIA authored Apr 10, 2018
1 parent 632161e commit df329b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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="science.apolline"
android:versionCode="14"
android:versionName="2.3.3">
android:versionCode="16"
android:versionName="2.3.5">

<uses-permission android:name="com.google.android.gms.permission.ACTIVITY_RECOGNITION" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
Expand Down Expand Up @@ -98,4 +98,4 @@
android:label="@string/title_activity_settings" />
</application>

</manifest>
</manifest>

0 comments on commit df329b5

Please sign in to comment.