so much fixes
This commit is contained in:
parent
0632f8a2dc
commit
5a471d0522
2 changed files with 4 additions and 2 deletions
|
@ -33,7 +33,8 @@ android {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation(libs.appcompat)
|
implementation("com.android.support:support-v4:21.0.1")
|
||||||
|
implementation("com.android.support:appcompat-v7:21.0.1")
|
||||||
implementation(libs.material)
|
implementation(libs.material)
|
||||||
implementation(libs.activity)
|
implementation(libs.activity)
|
||||||
implementation(libs.constraintlayout)
|
implementation(libs.constraintlayout)
|
||||||
|
|
|
@ -19,3 +19,4 @@ android.useAndroidX=true
|
||||||
# resources declared in the library itself and none from the library's dependencies,
|
# resources declared in the library itself and none from the library's dependencies,
|
||||||
# thereby reducing the size of the R class for that library
|
# thereby reducing the size of the R class for that library
|
||||||
android.nonTransitiveRClass=true
|
android.nonTransitiveRClass=true
|
||||||
|
android.enableAapt2=false
|
Loading…
Add table
Reference in a new issue