| | |
| | |
|
| | |
|
| | | android {
|
| | | compileSdkVersion 29
|
| | | compileSdkVersion 33
|
| | | buildToolsVersion "29.0.1"
|
| | |
|
| | | defaultConfig {
|
| | | minSdkVersion 21
|
| | | targetSdkVersion 26
|
| | | minSdkVersion 23
|
| | | targetSdkVersion 33
|
| | | versionCode 1
|
| | | versionName "1.0"
|
| | |
|
| | |
| | | exclude group: 'com.android.support', module: 'support-annotations'
|
| | | })
|
| | | testImplementation 'junit:junit:4.12'
|
| | | implementation 'com.android.support:support-annotations:28.0.0'
|
| | | api 'com.android.support:support-annotations:28.0.0'
|
| | | // api 'com.android.support:appcompat-v7:28.0.0'
|
| | | implementation 'androidx.appcompat:appcompat:1.3.0'
|
| | | api 'androidx.appcompat:appcompat:1.3.0'
|
| | | }
|