| | |
| | | plugins { |
| | | id 'com.android.library' |
| | | // id 'com.android.library' |
| | | id 'java-library' |
| | | } |
| | | |
| | | android { |
| | | /*android { |
| | | compileSdkVersion rootProject.compileSdkVersion |
| | | |
| | | defaultConfig { |
| | |
| | | sourceCompatibility JavaVersion.VERSION_1_8 |
| | | targetCompatibility JavaVersion.VERSION_1_8 |
| | | } |
| | | }*/ |
| | | java { |
| | | sourceCompatibility JavaVersion.VERSION_1_8 |
| | | targetCompatibility JavaVersion.VERSION_1_8 |
| | | } |
| | | |
| | | dependencies { |
| | | api project(path: ':hdl-socket') |
| | | implementation 'androidx.appcompat:appcompat:1.2.0' |
| | | implementation 'com.google.android.material:material:1.3.0' |
| | | implementation files('libs\\commons-lang3-3.12.0.jar') |
| | | implementation files('libs\\gson-2.8.8.jar') |
| | | } |