https://github.com/PhilJay/MPAndroidChart
修改MPAndroidChart 已满足我的需求。
https://github.com/huanghaibin-dev/CalendarView
修改CalendarView已满足我们的需求

houjie 38436f3b3e meadme 提交 4 years atrás
.idea a606000778 //步数,股票表格控件(从github上clone下来,修改源码满足我们的产品需求) 4 years atrás
MPChartLib a606000778 //步数,股票表格控件(从github上clone下来,修改源码满足我们的产品需求) 4 years atrás
app a606000778 //步数,股票表格控件(从github上clone下来,修改源码满足我们的产品需求) 4 years atrás
appBarChart a606000778 //步数,股票表格控件(从github上clone下来,修改源码满足我们的产品需求) 4 years atrás
calendarview a606000778 //步数,股票表格控件(从github上clone下来,修改源码满足我们的产品需求) 4 years atrás
gradle a606000778 //步数,股票表格控件(从github上clone下来,修改源码满足我们的产品需求) 4 years atrás
.gitignore a606000778 //步数,股票表格控件(从github上clone下来,修改源码满足我们的产品需求) 4 years atrás
README.md 38436f3b3e meadme 提交 4 years atrás
build.gradle a606000778 //步数,股票表格控件(从github上clone下来,修改源码满足我们的产品需求) 4 years atrás
gradle.properties a606000778 //步数,股票表格控件(从github上clone下来,修改源码满足我们的产品需求) 4 years atrás
gradlew a606000778 //步数,股票表格控件(从github上clone下来,修改源码满足我们的产品需求) 4 years atrás
gradlew.bat a606000778 //步数,股票表格控件(从github上clone下来,修改源码满足我们的产品需求) 4 years atrás
settings.gradle a606000778 //步数,股票表格控件(从github上clone下来,修改源码满足我们的产品需求) 4 years atrás

README.md

ChartAndCalendarView

https://github.com/PhilJay/MPAndroidChart 修改MPAndroidChart 以满足我的需求。 https://github.com/huanghaibin-dev/CalendarView 修改CalendarView 以满足我们的需求

引用方式: allprojects {

repositories {
    maven {
        url 'https://maven.aliyun.com/repository/public'
    }

    maven {
        credentials {
            username 'X5HkvA'
            password '******'
        }
        url 'https://repo.rdc.aliyun.com/repository/135529-release-r0qrQe/'
    }

}

}

//步数,股票表格控件(从github上clone下来,修改源码满足我们的产品需求) api 'com.airsmart.github.lib:MPAndroidChart:1.0.4' //日历控件(从github上clone下来,修改源码满足我们的产品需求) api 'com.airsmart.github.lib:calendarview:1.0.0'

修改代码之后,这里要改一下版本号,上传到我们的远程maven库

apply plugin: 'maven'

uploadArchives {

repositories{
    mavenDeployer {
        repository(url:"https://repo.rdc.aliyun.com/repository/135529-release-r0qrQe/") {
            authentication(userName:"X5HkvA", password:"******")
        }
        pom.version="1.0.0"
        pom.artifactId="calendarview" // 对应 appcompat-v7
        pom.groupId="com.airsmart.github.lib" // com.android.support
    }
}

}

MPAndroidChart 同上类似

远程maven库是用的,阿里云效率 https://repomanage.rdc.aliyun.com/my/repo 账号:kiwi_muzen 密码;保密

可以通过公司手机号码 133 1658 9376 通过验证码登录,或者支付宝扫描登录。 注意:此maven库是团队私有maven库,只提供给内部用,不能给外部用。