Skip to content

Commit

Permalink
fixed build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielBarnett714 committed Oct 29, 2015
1 parent 298b314 commit 8b2bd40
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
Binary file added AddressToGPS1.07.apk
Binary file not shown.
Binary file removed AddressToGPSv1.06.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "me.danielbarnett.addresstogps"
minSdkVersion 9
targetSdkVersion 22
versionCode 6
versionName "v1.06"
versionCode 7
versionName "1.07"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 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="me.danielbarnett.AddressToGPS"
android:versionName="v1.06"
android:versionCode="6"
android:versionName="1.07"
android:versionCode="7"
>
<uses-permission android:name="android.permission.INTERNET" />
<application
Expand Down
9 changes: 4 additions & 5 deletions metadata/me.danielbarnett.AddressToGPS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ AddressToGPS is a open source tool to search for an address, location, or area u
Repo Type:git
Repo:https://github.com/DanielBarnett714/AddressToGPS

Build:1.0,1
disable=Generated by import.py - check/set version fields and commit id
commit=v1.06
Build:1.07,7
commit=1.07
subdir=app

Auto Update Mode:None
Update Check Mode:Tags
Current Version:v1.06
Current Version Code:6
Current Version:1.07
Current Version Code:7

0 comments on commit 8b2bd40

Please sign in to comment.