2 Star 0 Fork 0

fantasticlw / rczbasex

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

How toTo get a Git project into your build:

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

   allprojects {        
   repositories {
            ...
            maven { url 'https://www.jitpack.io' }
        }
    }

Step 2. Add the dependency

   dependencies {
	   implementation 'com.gitee.wordclw:rczbasex:2.0.2'
   }

TIPS & Suggestion:

It's based on AndroidX and Mvvm, So you must to :

In 'build' file: 
 //use jdk 1.8 or more than jdk version
 compileOptions {
     sourceCompatibility 1.8
     targetCompatibility 1.8
 }
 
 //used 'dataBinding' 2 kinds:
 1st: dataBinding {
         enabled true
      }
 2nd: buildFeatures {
         dataBinding = true
      }
    
 // add 
 buildTypes {
   debug {
     minifyEnabled false
     proguardFiles getDefaultProguardFile('proguard-android.txt'),   'proguard-rules.pro'
    }
 }   

 Recommend that XUI to be App UI 
 URL: 'https://github.com/xuexiangjys/XUI'

空文件

简介

rczbasex 展开 收起
Android
取消

发行版 (12)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
Android
1
https://gitee.com/wordclw/rczbasex.git
git@gitee.com:wordclw/rczbasex.git
wordclw
rczbasex
rczbasex
master

搜索帮助