Skip to content

Commit

Permalink
Merge branch 'android/android-studio-1.2' into android/custom-views
Browse files Browse the repository at this point in the history
  • Loading branch information
codeguru42 committed Jun 3, 2015
2 parents 714eeec + 7581eba commit 2945320
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions gradle/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
apply plugin: 'crashlytics'

android {
compileSdkVersion 21
buildToolsVersion "21.1.0"
compileSdkVersion 22
buildToolsVersion "21.1.2"

defaultConfig {
applicationId "bbct.android.common"
minSdkVersion 11
targetSdkVersion 20
targetSdkVersion 22
versionCode 1
versionName "1.0"
}
Expand All @@ -18,7 +18,7 @@ android {
buildTypes {
release {
signingConfig signingConfigs.release
runProguard false
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug {
Expand Down Expand Up @@ -60,8 +60,8 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:20.+'
compile 'com.android.support:support-v4:20.+'
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.android.support:support-v4:22.2.0'
compile 'com.google.android.gms:play-services:6.1.71'
compile 'com.crashlytics.android:crashlytics:1.+'
compile 'com.jakewharton:butterknife:5.1.2'
Expand Down
2 changes: 1 addition & 1 deletion gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:0.14.1'
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.crashlytics.tools.gradle:crashlytics-gradle:1.+'

// NOTE: Do not place your application dependencies here; they belong
Expand Down
4 changes: 2 additions & 2 deletions gradle/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Nov 06 20:58:16 MST 2014
#Fri May 29 13:31:50 MDT 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip

0 comments on commit 2945320

Please sign in to comment.