forked from seatgeek/android-PlacesAutocompleteTextView
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgradle.properties
20 lines (18 loc) · 810 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
VERSION_NAME=0.3-SNAPSHOT
VERSION_CODE=3
GROUP=com.seatgeek
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:[email protected]:seatgeek/android-PlacesAutocompleteTextView.git
POM_SCM_DEV_CONNECTION=scm:[email protected]:seatgeek/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_NAME=SeatGeek, Inc
ANDROID_PLUGIN_VERSION=2.3.3
BUILD_TOOLS_VERSION=26.0.1
SUPPORT_LIBRARY_VERSION=26.0.0
TARGET_SDK_VERSION=26
MIN_SDK_VERSION=14