Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Commit

Permalink
adding version to app
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolivierarsenault committed Nov 27, 2014
1 parent bdaa06e commit f266029
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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="org.marco45.polarheartmonitor"
android:versionCode="4"
android:versionName="1.3" >
android:versionCode="5"
android:versionName="1.4" >

<uses-sdk
android:minSdkVersion="15"
Expand Down
2 changes: 1 addition & 1 deletion project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

# Project target.
target=Google Inc.:Google APIs:19
target=Google Inc.:Google APIs:21
android.library=false
android.library.reference.1=../../workspace/workspace/google-play-services_lib

0 comments on commit f266029

Please sign in to comment.