Stripping unneeded dependencies of project :common.

This commit is contained in:
Twaik Yont 2022-07-26 12:51:17 +03:00
parent b5c6389d46
commit c42defbc3c

View File

@ -6,8 +6,9 @@ android {
compileSdkVersion 30
defaultConfig {
minSdkVersion 21
targetSdkVersion 27
minSdkVersion 24
//noinspection ExpiredTargetSdkVersion,OldTargetApi
targetSdkVersion 28
versionCode 1
versionName "1.0"
@ -25,13 +26,4 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.4.0'
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}