Skip to content

Commit

Permalink
updating gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
moagrius committed Aug 10, 2016
1 parent 23d48f3 commit 0bac896
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tileview/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 22
compileSdkVersion 23
buildToolsVersion "21.1.2"
defaultConfig {
minSdkVersion 11
targetSdkVersion 22
targetSdkVersion 23
versionCode 32
versionName "2.2"
versionName "2.2.0"
}
buildTypes {
release {
Expand Down

0 comments on commit 0bac896

Please sign in to comment.