Skip to content

Commit 79513e1

Browse files
committed
Merge branch 'release/0.1.1'
2 parents 7a7553b + 38df3bc commit 79513e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ buildscript {
4747
}
4848
dependencies {
4949
classpath 'com.android.tools.build:gradle:1.0.0'
50-
classpath 'org.quanqi:android-signing:0.1.0'
50+
classpath 'org.quanqi:android-signing:0.1.1'
5151
5252
// NOTE: Do not place your application dependencies here; they belong
5353
// in the individual module build.gradle files

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'maven'
33
apply plugin: 'signing'
44

55
group = 'org.quanqi'
6-
version = "0.1.0"
6+
version = "0.1.1"
77

88
repositories {
99
mavenCentral()

0 commit comments

Comments
 (0)