Skip to content

Commit 7e8ec0d

Browse files
committed
重新修改忽略规则
1 parent 41502af commit 7e8ec0d

File tree

7 files changed

+9
-10
lines changed

7 files changed

+9
-10
lines changed

.gitignore

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
*.iml
22
.gradle
3+
.idea
34
/local.properties
4-
/.idea/workspace.xml
5-
/.idea/libraries
65
.DS_Store
7-
/build
6+
build/*
87
/captures

browser/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 24
5-
buildToolsVersion "24.0.1"
5+
buildToolsVersion '25.0.0'
66

77
defaultConfig {
88
applicationId "com.skymxc.demo.browser"

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.2.2'
8+
classpath 'com.android.tools.build:gradle:2.3.0'
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat Aug 27 11:19:08 CST 2016
1+
#Thu Jul 20 20:11:39 CST 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip

intent_intentFilter/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 24
5-
buildToolsVersion "24.0.1"
5+
buildToolsVersion '25.0.0'
66

77
defaultConfig {
88
applicationId "com.skymxc.demo.androiddemo"

notification/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 24
5-
buildToolsVersion "24.0.1"
5+
buildToolsVersion '25.0.0'
66

77
defaultConfig {
88
applicationId "com.skymxc.demo.notification"

recyclerview/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 24
5-
buildToolsVersion "24.0.1"
5+
buildToolsVersion '25.0.0'
66

77
defaultConfig {
88
applicationId "com.skymxc.demo.recyclerview"

0 commit comments

Comments
 (0)