Skip to content

Commit

Permalink
jetpack
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiaoyun committed Dec 18, 2019
1 parent 31a89ca commit 42ae720
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 4 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.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
//butterknife
implementation 'com.jakewharton:butterknife:10.0.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.0.0'
implementation project(':easyscrollerchartview')
implementation project(':easyscrollerchartviewlibrary')
//colorpicker
implementation 'com.github.duanhong169:colorpicker:1.1.6'
//switchbutton
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'

classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
apply plugin: 'com.android.library'
apply plugin:'com.github.dcendents.android-maven'
group='com.github.NoEndToLF'

android {
compileSdkVersion 29
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include ':app', ':easyscrollerchartview'
include ':app', ':easyscrollerchartviewlibrary'
rootProject.name='EasyScrollerChartView'

0 comments on commit 42ae720

Please sign in to comment.