|
1 | | -apply plugin: 'com.android.library' |
2 | | -apply plugin: 'com.github.dcendents.android-maven' |
3 | | - |
4 | | -group='com.github.searchy2' |
5 | | -version = '2.0.1' |
6 | | - |
7 | | -android { |
8 | | - compileSdkVersion 28 |
9 | | - |
10 | | - defaultConfig { |
11 | | - minSdkVersion 15 |
12 | | - targetSdkVersion 28 |
13 | | - vectorDrawables.useSupportLibrary = true |
14 | | - } |
15 | | - buildTypes { |
16 | | - release { |
17 | | - minifyEnabled false |
18 | | - proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' |
19 | | - } |
20 | | - } |
21 | | -} |
22 | | - |
23 | | -dependencies { |
24 | | - repositories { |
25 | | - maven { url 'https://jitpack.io' } |
26 | | - maven { url "https://maven.google.com" } |
27 | | - } |
28 | | - api fileTree(include: ['*.jar'], dir: 'libs') |
29 | | - api 'com.github.searchy2:CustomButton:1.9.0' |
30 | | - |
31 | | - api 'androidx.appcompat:appcompat:1.0.2' |
32 | | - api 'com.google.android.material:material:1.0.0' |
33 | | - api 'com.eightbitlab:blurview:1.5.0' |
34 | | -} |
| 1 | +apply plugin: 'com.android.library' |
| 2 | +apply plugin: 'com.github.dcendents.android-maven' |
| 3 | + |
| 4 | +group='com.github.searchy2' |
| 5 | +version = '2.1.0' |
| 6 | + |
| 7 | +android { |
| 8 | + compileSdkVersion 28 |
| 9 | + |
| 10 | + defaultConfig { |
| 11 | + minSdkVersion 15 |
| 12 | + targetSdkVersion 28 |
| 13 | + vectorDrawables.useSupportLibrary = true |
| 14 | + } |
| 15 | + buildTypes { |
| 16 | + release { |
| 17 | + minifyEnabled false |
| 18 | + proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' |
| 19 | + } |
| 20 | + } |
| 21 | +} |
| 22 | + |
| 23 | +dependencies { |
| 24 | + repositories { |
| 25 | + maven { url 'https://jitpack.io' } |
| 26 | + maven { url "https://maven.google.com" } |
| 27 | + } |
| 28 | + api fileTree(include: ['*.jar'], dir: 'libs') |
| 29 | + api 'com.github.searchy2:CustomButton:1.9.0' |
| 30 | + |
| 31 | + api 'androidx.appcompat:appcompat:1.0.2' |
| 32 | + api 'com.google.android.material:material:1.0.0' |
| 33 | + api 'com.eightbitlab:blurview:1.5.0' |
| 34 | +} |
0 commit comments