| | |
| | | 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 'com.google.code.gson:gson:2.8.8' |
| | | api 'androidx.annotation:annotation:1.2.0' |
| | | api 'androidx.collection:collection:1.1.0' |
| | | // api 'com.google.code.gson:gson:2.8.8' |
| | | implementation files('libs\\gson-2.8.8.jar') |
| | | } |