| | |
| | | buildToolsVersion "30.0.2" |
| | | |
| | | defaultConfig { |
| | | applicationId "com.secondworld.sdk" |
| | | applicationId "com.sanxiagame.zmjgp" |
| | | minSdkVersion 21 |
| | | targetSdkVersion 29 |
| | | versionCode 1 |
| | | versionName "1.0" |
| | | |
| | | testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
| | | // testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
| | | } |
| | | |
| | | buildTypes { |
| | |
| | | } |
| | | |
| | | dependencies { |
| | | |
| | | implementation 'androidx.appcompat:appcompat:1.2.0' |
| | | implementation 'com.google.android.material:material:1.2.1' |
| | | testImplementation 'junit:junit:4.+' |
| | | androidTestImplementation 'androidx.test.ext:junit:1.1.2' |
| | | androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' |
| | | implementation project(path: ':library') |
| | | implementation 'com.android.support:support-annotations:28.0.0' |
| | | androidTestImplementation 'junit:junit:4.13.1' |
| | | //noinspection GradleCompatible |
| | | implementation 'com.android.support:appcompat-v7:28.0.0' |
| | | implementation fileTree(dir: 'libs', include: ['*.jar']) |
| | | } |