Skip to content

6.7.9.4测试版本更新

Compare
Choose a tag to compare
@kongzue kongzue released this 19 Apr 10:54
· 58 commits to master since this release
  1. 前往 build.gradle(project) 添加 jitpack 仓库:
	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
  1. 引入 BaseFramework:
	dependencies {
	        implementation 'com.github.kongzue:BaseFramework:6.7.9.4'
	}