We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57e945 commit 800db08Copy full SHA for 800db08
build.gradle
@@ -1,5 +1,5 @@
1
group 'moe.feng.support.biometricprompt'
2
-version '1.0.1'
+version '1.0.2'
3
4
buildscript {
5
repositories {
@@ -8,7 +8,7 @@ buildscript {
8
}
9
dependencies {
10
classpath 'com.android.tools.build:gradle:3.2.0'
11
- classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
12
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
13
14
0 commit comments