Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# android-PlacesAutocompleteTextView
# android-PlacesAutocompleteTextView

[![Build Status](https://travis-ci.org/seatgeek/android-PlacesAutocompleteTextView.svg)](https://travis-ci.org/seatgeek/android-PlacesAutocompleteTextView) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-PlacesAutocompleteTextView-green.svg?style=true)](https://android-arsenal.com/details/1/2777)

Expand Down
2 changes: 1 addition & 1 deletion buildscripts/deploy_snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# http://benlimmer.com/2013/12/26/automatically-publish-javadoc-to-gh-pages-with-travis-ci/ and
# https://github.com/JakeWharton/butterknife/blob/master/.buildscript/deploy_snapshot.sh

SLUG="seatgeek/android-PlacesAutocompleteTextView"
SLUG="KrishnaM0618/android-PlacesAutocompleteTextView"
JDK="oraclejdk8"
BRANCH="master"

Expand Down
16 changes: 8 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
VERSION_NAME=0.3-SNAPSHOT
VERSION_CODE=3
GROUP=com.seatgeek
VERSION_NAME=1.0.0
VERSION_CODE=1
GROUP=com.KrishnaM0618

POM_DESCRIPTION=An AutocompleteTextView that interacts with the Google Maps Places API to provide location results
POM_URL=https://github.com/seatgeek/android-PlacesAutocompleteTextView
POM_SCM_URL=https://github.com/seatgeek/android-PlacesAutocompleteTextView
POM_SCM_CONNECTION=scm:git@github.com:seatgeek/android-PlacesAutocompleteTextView.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:seatgeek/android-PlacesAutocompleteTextView.git
POM_URL=https://github.com/KrishnaM0618/android-PlacesAutocompleteTextView
POM_SCM_URL=https://github.com/KrishnaM0618/android-PlacesAutocompleteTextView
POM_SCM_CONNECTION=scm:git@github.com:KrishnaM0618/android-PlacesAutocompleteTextView.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:krishnKrishnaM0618am0618/android-PlacesAutocompleteTextView.git
POM_LICENCE_NAME=The BSD 2-Clause License
POM_LICENCE_URL=http://opensource.org/licenses/BSD-2-Clause
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=seatgeek
POM_DEVELOPER_ID=KrishnaM0618
POM_DEVELOPER_NAME=SeatGeek, Inc

ANDROID_PLUGIN_VERSION=2.3.3
Expand Down