Skip to content

Commit

Permalink
v2.1.0 Release
Browse files Browse the repository at this point in the history
*Version Bump to v2.1.0.
  • Loading branch information
rayliverified committed Apr 18, 2019
1 parent 096fe0c commit f1c98ce
Show file tree
Hide file tree
Showing 2 changed files with 1,421 additions and 1,425 deletions.
68 changes: 34 additions & 34 deletions custompermissionsdialogue/build.gradle
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.searchy2'
version = '2.0.1'

android {
compileSdkVersion 28

defaultConfig {
minSdkVersion 15
targetSdkVersion 28
vectorDrawables.useSupportLibrary = true
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
repositories {
maven { url 'https://jitpack.io' }
maven { url "https://maven.google.com" }
}
api fileTree(include: ['*.jar'], dir: 'libs')
api 'com.github.searchy2:CustomButton:1.9.0'

api 'androidx.appcompat:appcompat:1.0.2'
api 'com.google.android.material:material:1.0.0'
api 'com.eightbitlab:blurview:1.5.0'
}
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.searchy2'
version = '2.1.0'

android {
compileSdkVersion 28

defaultConfig {
minSdkVersion 15
targetSdkVersion 28
vectorDrawables.useSupportLibrary = true
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
repositories {
maven { url 'https://jitpack.io' }
maven { url "https://maven.google.com" }
}
api fileTree(include: ['*.jar'], dir: 'libs')
api 'com.github.searchy2:CustomButton:1.9.0'

api 'androidx.appcompat:appcompat:1.0.2'
api 'com.google.android.material:material:1.0.0'
api 'com.eightbitlab:blurview:1.5.0'
}
Loading

0 comments on commit f1c98ce

Please # to comment.