Remove unnecessary dependencies to reduce app size
This commit is contained in:
parent
614438a772
commit
e06ed92edb
1 changed files with 0 additions and 2 deletions
|
|
@ -26,6 +26,4 @@ android {
|
|||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
||||
implementation 'androidx.core:core-ktx:1.2.0'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue