Skip to content

Instantly share code, notes, and snippets.

@yamanetoshi
Created November 24, 2015 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yamanetoshi/ba6d7a6016c44d5597eb to your computer and use it in GitHub Desktop.
Save yamanetoshi/ba6d7a6016c44d5597eb to your computer and use it in GitHub Desktop.
instant run な設定後の diff
$ git diff app build.gradle gradle
diff --git a/app/build.gradle b/app/build.gradle
index c481e13..1652b50 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 15
- buildToolsVersion '21.1.1'
+ buildToolsVersion '23.0.2'
defaultConfig {
applicationId 'jp.co.fieldsystem.sonicodeplus'
minSdkVersion 14
diff --git a/build.gradle b/build.gradle
index e26cdee..a4d14c7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:1.0.0'
+ classpath 'com.android.tools.build:gradle:2.0.0-alpha1'
}
}
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 0c44860..9a67406 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Wed Apr 10 15:27:10 PDT 2013
+#Tue Nov 24 16:10:44 JST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=http\://services.gradle.org/distributions/gradle-2.2.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-all.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment