Skip to content

Commit f0697e4

Browse files
committed
Fix color picker cells. Fix color picker icon and favorite serialization. Fix charting UI table pop order.
1 parent 46151a5 commit f0697e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bgjslibrary/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22

33
android {
44
compileSdkVersion 21
5-
buildToolsVersion '21.1.2'
5+
buildToolsVersion '23.0.2'
66

77
/* splits {
88
abi {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ buildscript {
44
mavenCentral()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:1.3.0'
7+
classpath 'com.android.tools.build:gradle:1.5.0'
88
}
99
}

0 commit comments

Comments
 (0)