Skip to content

Commit f1c98ce

Browse files
committed
v2.1.0 Release
*Version Bump to v2.1.0.
1 parent 096fe0c commit f1c98ce

2 files changed

Lines changed: 1421 additions & 1425 deletions

File tree

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
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

Comments
 (0)