-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdependencies.gradle
27 lines (24 loc) · 934 Bytes
/
dependencies.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
ext {
// Build SDK version
minSdkVersion = 15
compileSdkVersion = 25
targetSdkVersion = 25
buildToolsVersion = '25.0.2'
sourceCompatibilityVersion = 1.7
targetCompatibilityVersion = 1.7
// Bintray Properties
bintrayRepository = 'maven'
groupId = 'xyz.dev_juyoung'
libraryName = 'cropicker'
libraryVersion = '1.0.3'
libraryDescription = 'CroPicker is album and image Picker Library for Android. Supports import a list of Albums and support multiple image selection.'
gitUrl = 'https://github.com/dev-juyoung/CroPicker.git'
siteUrl = 'https://github.com/dev-juyoung/CroPicker'
issueUrl = 'https://github.com/dev-juyoung/CroPicker/issues'
githubRepository = 'dev-juyoung/CroPicker'
githubReleaseNotesFile = 'CHANGELOG.md'
// Using library Dependencies version
supportLibraryVersion = '25.3.1'
butterknifeVersion = '8.5.1'
glideVersion = '3.7.0'
}