Skip to content

Commit

Permalink
version 1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Arnav Gupta <championswimmer@gmail.com>
  • Loading branch information
championswimmer committed May 13, 2015
1 parent aa6fd98 commit 1581adf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ android {
buildToolsVersion "21.1.2"
defaultConfig {
applicationId 'org.opentech'
versionCode 14
versionName "1.4"
minSdkVersion 9
targetSdkVersion 21
}
Expand Down
4 changes: 1 addition & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.opentech"
android:installLocation="auto"
android:versionCode="2"
android:versionName="1.0" >
android:installLocation="auto">

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

0 comments on commit 1581adf

Please # to comment.