1 Star 0 Fork 0

Anand/RxBus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
carlos 提交于 2021-01-09 10:19 . Prepare for release 3.0.0
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
ext {
minSdkVersion = 14
targetSdkVersion = 30
compileSdkVersion = 30
buildToolsVersion = '30.0.2'
sourceCompatibilityVersion = JavaVersion.VERSION_1_8
targetCompatibilityVersion = JavaVersion.VERSION_1_8
}
ext.deps = [
// Test Dependencies
junit : 'junit:junit:4.12',
assertjcore : 'org.assertj:assertj-core:1.7.1',
robolectric : 'org.robolectric:robolectric:3.0',
// dependencies
appcompatV7 : 'androidx.appcompat:appcompat:1.0.0',
androidannotations: 'androidx.annotation:annotation:1.0.0',
design : 'com.google.android.material:material:1.0.0',
rxandroid : 'io.reactivex.rxjava3:rxandroid:3.0.0',
rxjava : 'io.reactivex.rxjava3:rxjava:3.0.7',
timber : 'com.jakewharton.timber:timber:4.6.0',
]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/anand-l/RxBus.git
git@gitee.com:anand-l/RxBus.git
anand-l
RxBus
RxBus
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385