File tree Expand file tree Collapse file tree 8 files changed +28
-0
lines changed
dbflow-rx-kotlinextensions
dbflow-rx2-kotlinextensions Expand file tree Collapse file tree 8 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22apply plugin : ' kotlin-android'
33
4+ project. ext. artifactId = bt_name
5+
46android {
57 compileSdkVersion Integer . valueOf(dbflow_target_sdk)
68 buildToolsVersion dbflow_build_tools_version
@@ -16,3 +18,5 @@ dependencies {
1618 compile project(" ${ dbflow_project_prefix} dbflow-rx" )
1719 compile " org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version "
1820}
21+
22+ apply from : ' ../kotlin-artifacts.gradle'
Original file line number Diff line number Diff line change 1+ bt_name =dbflow-rx-kotlinextensions
2+ bt_packaging =aar
3+ bt_artifact_id =dbflow-rx-kotlinextensions
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
3+ project. ext. artifactId = bt_name
4+
35android {
46 compileSdkVersion Integer . valueOf(dbflow_target_sdk)
57 buildToolsVersion dbflow_build_tools_version
@@ -19,3 +21,5 @@ dependencies {
1921 compile project(" ${ dbflow_project_prefix} dbflow" )
2022 compile ' io.reactivex:rxjava:1.2.7'
2123}
24+
25+ apply from : ' ../android-artifacts.gradle'
Original file line number Diff line number Diff line change 1+ bt_name =dbflow-rx
2+ bt_packaging =aar
3+ bt_artifact_id =dbflow-rx
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22apply plugin : ' kotlin-android'
33
4+ project. ext. artifactId = bt_name
5+
46android {
57 compileSdkVersion Integer . valueOf(dbflow_target_sdk)
68 buildToolsVersion dbflow_build_tools_version
@@ -16,3 +18,5 @@ dependencies {
1618 compile project(" ${ dbflow_project_prefix} dbflow-rx2" )
1719 compile " org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version "
1820}
21+
22+ apply from : ' ../kotlin-artifacts.gradle'
Original file line number Diff line number Diff line change 1+ bt_name =dbflow-rx2-kotlinextensions
2+ bt_packaging =aar
3+ bt_artifact_id =dbflow-rx2-kotlinextensions
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
3+ project. ext. artifactId = bt_name
4+
35android {
46 compileSdkVersion Integer . valueOf(dbflow_target_sdk)
57 buildToolsVersion dbflow_build_tools_version
@@ -19,3 +21,5 @@ dependencies {
1921 compile project(" ${ dbflow_project_prefix} dbflow" )
2022 compile ' io.reactivex.rxjava2:rxjava:2.0.7'
2123}
24+
25+ apply from : ' ../android-artifacts.gradle'
Original file line number Diff line number Diff line change 1+ bt_name =dbflow-rx2
2+ bt_packaging =aar
3+ bt_artifact_id =dbflow-rx2
You can’t perform that action at this time.
0 commit comments