Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/medyo/fancybuttons
Browse files Browse the repository at this point in the history
  • Loading branch information
medyo committed Jun 13, 2015
2 parents 71b5b63 + e2d55c7 commit aafdf10
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 25 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 {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0'
classpath 'com.android.tools.build:gradle:1.2.3'
}
}
def isReleaseBuild() {
Expand Down
6 changes: 3 additions & 3 deletions fancybuttons_library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 21
buildToolsVersion "19.1.0"
compileSdkVersion 22
buildToolsVersion "22.0.1"

defaultConfig {
minSdkVersion 8
targetSdkVersion 21
targetSdkVersion 22
versionCode Integer.parseInt(VERSION_CODE)
versionName VERSION_NAME
}
Expand Down
6 changes: 0 additions & 6 deletions fancybuttons_library/src/main/res/values-w820dp/dimens.xml

This file was deleted.

6 changes: 0 additions & 6 deletions fancybuttons_library/src/main/res/values/dimens.xml

This file was deleted.

5 changes: 0 additions & 5 deletions fancybuttons_library/src/main/res/values/strings.xml

This file was deleted.

6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ POM_DEVELOPER_ID=medyo
POM_DEVELOPER_NAME=Mehdi Sakout

ANDROID_BUILD_MIN_SDK_VERSION=8
ANDROID_BUILD_TARGET_SDK_VERSION=21
ANDROID_BUILD_TOOLS_VERSION=19.1.0
ANDROID_BUILD_SDK_VERSION=21
ANDROID_BUILD_TARGET_SDK_VERSION=22
ANDROID_BUILD_TOOLS_VERSION=22.0.1
ANDROID_BUILD_SDK_VERSION=22
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-all.zip
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit aafdf10

Please sign in to comment.