Skip to content

Commit

Permalink
feat : 删除app_name
Browse files Browse the repository at this point in the history
  • Loading branch information
lyd1874 committed Aug 1, 2018
1 parent 51a2440 commit 06ea4fa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'
classpath 'com.android.tools.build:gradle:3.1.2'

// 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 gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Oct 13 11:19:46 CST 2017
#Wed Aug 01 09:35:45 CST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
1 change: 0 additions & 1 deletion library/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
<resources>
<string name="app_name">library</string>
</resources>
10 changes: 3 additions & 7 deletions local.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
## This file is automatically generated by Android Studio.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must *NOT* be checked into Version Control Systems,
## This file must *NOT* be checked into Version Control Systems,
# as it contains information specific to your local configuration.
#
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Fri Oct 13 11:19:46 CST 2017
ndk.dir=/Users/shawn/Library/Android/sdk/ndk-bundle
sdk.dir=/Users/shawn/Library/Android/sdk
#Wed Aug 01 09:31:21 CST 2018
sdk.dir=/Users/lin/Library/Android/sdk

0 comments on commit 06ea4fa

Please sign in to comment.