Skip to content

Commit

Permalink
Update gradle dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaosLeung committed Apr 10, 2017
1 parent 548e9f3 commit 0ca2e35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.android.tools.build:gradle:2.3.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
// NOTE: Do not place your application dependencies here; they belong
Expand Down
2 changes: 1 addition & 1 deletion pinview/src/main/java/com/chaos/view/PinView.java
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ private void drawText(Canvas canvas, int i) {
paint.getTextBounds(getText().toString(), i, i + 1, mTextRect);
// 1, Rect(4, -39, 20, 0)
// 您, Rect(2, -47, 51, 3)
// *, Rect(0, -39, 23, -16)1
// *, Rect(0, -39, 23, -16)
// =, Rect(4, -26, 26, -10)
// -, Rect(1, -19, 14, -14)
// +, Rect(2, -32, 29, -3)
Expand Down

0 comments on commit 0ca2e35

Please sign in to comment.