Skip to content

Commit

Permalink
fdroid checkupdates is working. Reverting version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
dllud committed Oct 7, 2014
1 parent bbcfe1e commit 668d726
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>mobi.boilr.boilr</groupId>
<artifactId>boilr</artifactId>
<version>0.0.1</version>
<version>0.0.0</version>
<packaging>apk</packaging>
<description>Android application which triggers an alarm when price of a cryptocurrency or bullion changes or reaches target value on a given exchange.</description>
<inceptionYear>2014</inceptionYear>
Expand Down
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 xmlns:android="http://schemas.android.com/apk/res/android"
package="mobi.boilr.boilr"
android:versionCode="2"
android:versionName="0.0.1" >
android:versionCode="1"
android:versionName="0.0.0" >

<uses-sdk
android:minSdkVersion="11"
Expand Down

0 comments on commit 668d726

Please sign in to comment.