Skip to content

Commit

Permalink
1.修改打包资源gradle文件
Browse files Browse the repository at this point in the history
  • Loading branch information
cantalou committed Jun 4, 2017
1 parent 5b2b7b7 commit 5c4b08d
Show file tree
Hide file tree
Showing 28 changed files with 707 additions and 546 deletions.
2 changes: 1 addition & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

444 changes: 259 additions & 185 deletions .idea/workspace.xml

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 22
compileSdkVersion 21
buildToolsVersion "25.0.2"

defaultConfig {
minSdkVersion 14
targetSdkVersion 22
targetSdkVersion 21
versionCode 1
versionName "1.0"

Expand All @@ -21,7 +21,8 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':AndroidUtil')
//compile project(':AndroidUtil')
compile 'com.cantalou:android-util:1.0.12'

androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
Expand Down
2 changes: 1 addition & 1 deletion library/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJ_GROUP=com.cantalou
PROJ_VERSION=1.0.2
PROJ_VERSION=1.0.3
PROJ_NAME=com.cantalou.androidSkinChange
PROJ_WEBSITEURL=https://github.com/cantalou/AndroidSkinChange
PROJ_ISSUETRACKERURL=https://github.com/cantalou/AndroidSkinChange
Expand Down
212 changes: 0 additions & 212 deletions library/src/main/java/com/cantalou/skin/ResourcesManager.java

This file was deleted.

Loading

0 comments on commit 5c4b08d

Please sign in to comment.