1 Star 0 Fork 30

喵呗/RxJava2AndRetrofit2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
// ext.kotlin_version = '1.7.20'
// ext.tingyun_sdk_version = '2.14.8'//基调听云SDK版本
// ext.tingyun_ndk_version = '2.0.0'//基调听云NDK版本
dependencies {
// // NOTE: Do not place your application dependencies here; they belong
// classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
//GreenDao add plugin
classpath 'org.greenrobot:greendao-gradle-plugin:3.3.0'
// classpath "com.networkbench.newlens.agent.android:agent-gradle-plugin:$tingyun_sdk_version"
// // fcm
// classpath 'com.google.gms:google-services:4.3.4'
// // hms
// classpath 'com.huawei.agconnect:agcp:1.4.1.300'
}
}
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.3.1' apply false
id 'com.android.library' version '7.3.1' apply false
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
id 'org.jetbrains.kotlin.jvm' version '1.7.20' apply false
// id 'com.google.dagger.hilt.android' version '2.44' apply false
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Kotlin
1
https://gitee.com/MiaoBei/RxJava2AndRetrofit2.git
git@gitee.com:MiaoBei/RxJava2AndRetrofit2.git
MiaoBei
RxJava2AndRetrofit2
RxJava2AndRetrofit2
master

搜索帮助