Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
update build tools and target
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc3m1 committed Oct 18, 2014
1 parent e86e012 commit 367c102
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions roundedimageview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
apply plugin: 'maven'
apply plugin: 'signing'

sonatypeUsername = project.hasProperty('sonatypeUsername') ? sonatypeUsername : ""
sonatypePassword = project.hasProperty('sonatypePassword') ? sonatypePassword : ""
def sonatypeUsername = project.hasProperty('sonatypeUsername') ? sonatypeUsername : ""
def sonatypePassword = project.hasProperty('sonatypePassword') ? sonatypePassword : ""

android {
compileSdkVersion 19
buildToolsVersion '20.0.0'
compileSdkVersion 21
buildToolsVersion '21.0.1'

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
Expand Down

0 comments on commit 367c102

Please sign in to comment.