| | |
| | | plugins { |
| | | id 'com.android.library' |
| | | // id 'com.android.library' |
| | | id 'java-library' |
| | | } |
| | | |
| | | android { |
| | | /*android { |
| | | compileSdkVersion rootProject.compileSdkVersion |
| | | |
| | | defaultConfig { |
| | | minSdkVersion rootProject.minSdkVersion |
| | | targetSdkVersion rootProject.targetSdkVersion |
| | | versionCode 2 |
| | | versionName "1.0.13" |
| | | versionName "1.0.15" |
| | | |
| | | testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
| | | consumerProguardFiles "consumer-rules.pro" |
| | |
| | | targetCompatibility JavaVersion.VERSION_1_8 |
| | | } |
| | | |
| | | }*/ |
| | | java { |
| | | sourceCompatibility JavaVersion.VERSION_1_8 |
| | | targetCompatibility JavaVersion.VERSION_1_8 |
| | | } |
| | | |
| | | dependencies { |