Skip to content

Releases: kongzue/BaseFramework

6.7.9.5测试版本更新

10 May 10:52
Compare
Choose a tag to compare
  1. 前往 build.gradle(project) 添加 jitpack 仓库:
allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}
  1. 引入 BaseFramework:
dependencies {
        implementation 'com.github.kongzue:BaseFramework:6.7.9.4'
}

6.7.9.4测试版本更新

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