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.
2 parents 7a7553b + 38df3bc commit 79513e1Copy full SHA for 79513e1
README.md
@@ -47,7 +47,7 @@ buildscript {
47
}
48
dependencies {
49
classpath 'com.android.tools.build:gradle:1.0.0'
50
- classpath 'org.quanqi:android-signing:0.1.0'
+ classpath 'org.quanqi:android-signing:0.1.1'
51
52
// NOTE: Do not place your application dependencies here; they belong
53
// in the individual module build.gradle files
build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'maven'
3
apply plugin: 'signing'
4
5
group = 'org.quanqi'
6
-version = "0.1.0"
+version = "0.1.1"
7
8
repositories {
9
mavenCentral()
0 commit comments