初始化仓库
This commit is contained in:
26
baselibs/build.gradle
Normal file
26
baselibs/build.gradle
Normal file
@@ -0,0 +1,26 @@
|
||||
apply plugin: 'com.android.library'
|
||||
|
||||
def dbFlow_version = "4.2.4"
|
||||
android {
|
||||
namespace 'com.ruilaizi.baselibs'
|
||||
compileSdk 34
|
||||
compileSdkVersion 34
|
||||
buildToolsVersion "30.0.2"
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 28
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
|
||||
// annotationProcessor "com.github.Raizlabs.DBFlow:dbflow-processor:${dbFlow_version}"
|
||||
// compile "com.github.Raizlabs.DBFlow:dbflow-core:${dbFlow_version}"
|
||||
// compile "com.github.Raizlabs.DBFlow:dbflow:${dbFlow_version}"
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user