| | |
| | | defaultConfig { |
| | | minSdkVersion rootProject.minSdkVersion |
| | | targetSdkVersion rootProject.targetSdkVersion |
| | | versionCode 119 |
| | | versionName "1.1.9" |
| | | versionCode 123 |
| | | versionName "1.2.3" |
| | | } |
| | | buildTypes { |
| | | debug { |
| | |
| | | |
| | | embed 'com.hdl.hdlhttp:hxhttp:1.0.4' |
| | | |
| | | // api 'androidx.appcompat:appcompat:1.3.1' |
| | | // api 'com.google.android.material:material:1.4.0' |
| | | |
| | | embed 'com.squareup.okhttp3:okhttp:4.9.1' |
| | | embed 'com.squareup.okhttp3:logging-interceptor:4.9.1' |
| | | embed 'com.squareup.okio:okio:2.8.0' |
| | |
| | | embed 'com.trello.rxlifecycle4:rxlifecycle-android-lifecycle:4.0.2' |
| | | |
| | | embed 'org.reactivestreams:reactive-streams:1.0.3' |
| | | |
| | | // embed(name: 'hxhttp_1.0.4_230201',ext: 'aar') |
| | | |
| | | embed project(path: ':hdl-connect', configuration: 'default') |
| | | |
| | | } |