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 30, 2015
1 parent d257366 commit 8c1d8aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ android {
buildToolsVersion "23.0.1"

defaultConfig {
applicationId "me.danielbarnett.addresstogps"
applicationId "me.danielbarnett.AddressToGPS"
minSdkVersion 9
targetSdkVersion 22
versionCode 9
versionName "1.09"
versionCode 10
versionName "1.1"
}
buildTypes {
release {
Expand Down
8 changes: 4 additions & 4 deletions metadata/me.danielbarnett.AddressToGPS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +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.09,9
commit=1.09
Build:1.1,10
commit=1.10
subdir=app

Auto Update Mode:None
Update Check Mode:Tags
Current Version:1.09
Current Version Code:9
Current Version:1.1
Current Version Code:10

1 comment on commit 8c1d8aa

@DanielBarnett714
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was my last attempt to get it back. I'll fix it and push it right away but I'm still getting a format error

Please sign in to comment.