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

Commit

Permalink
build: Increase application version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef committed Feb 9, 2018
1 parent 3da0598 commit 2a2e680
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
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="science.apolline"
android:versionCode="5"
android:versionName="1.0.3">
android:versionCode="6"
android:versionName="2.0.0">

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

0 comments on commit 2a2e680

Please sign in to comment.