Skip to content

Commit

Permalink
Update for Android Studio 1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
donglua committed Apr 5, 2015
1 parent 7bf3a61 commit 2fa15ba
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -9,7 +9,7 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:0.12.+'
classpath 'com.android.tools.build:gradle:1.1.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
4 changes: 2 additions & 2 deletions demo/build.gradle
Expand Up @@ -11,13 +11,13 @@ android {
minSdkVersion 8
targetSdkVersion 20
renderscriptTargetApi 19
renderscriptSupportMode true
renderscriptSupportModeEnabled true
versionCode 2
versionName "1.0.1"
}
buildTypes {
release {
runProguard false
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Wed Apr 10 15:27:10 PDT 2013
#Sun Apr 05 11:10:58 CST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
5 changes: 2 additions & 3 deletions library/build.gradle
Expand Up @@ -6,15 +6,14 @@ android {
buildToolsVersion "20.0.0"

defaultConfig {
applicationId "com.daimajia.androidviewmenu"
minSdkVersion 8
targetSdkVersion 20
renderscriptTargetApi 19
renderscriptSupportMode true
renderscriptSupportModeEnabled true
}
buildTypes {
release {
runProguard false
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Expand Down

0 comments on commit 2fa15ba

Please sign in to comment.