Skip to content

Commit 0bac896

Browse files
committed
updating gradle
1 parent 23d48f3 commit 0bac896

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tileview/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 22
4+
compileSdkVersion 23
55
buildToolsVersion "21.1.2"
66
defaultConfig {
77
minSdkVersion 11
8-
targetSdkVersion 22
8+
targetSdkVersion 23
99
versionCode 32
10-
versionName "2.2"
10+
versionName "2.2.0"
1111
}
1212
buildTypes {
1313
release {

0 commit comments

Comments
 (0)