File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ android {
1111 minSdk = libs.versions.minSdk.get().toInt()
1212
1313 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
14- consumerProguardFiles(" consumer-rules.pro" )
1514 }
1615
1716 buildTypes {
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ android {
1010 minSdk = libs.versions.minSdk.get().toInt()
1111
1212 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
13- consumerProguardFiles(" consumer-rules.pro" )
1413 externalNativeBuild.cmake {
1514 cppFlags(" " )
1615 arguments + = listOf (" -DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON" )
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ android {
99 minSdk = libs.versions.minSdk.get().toInt()
1010
1111 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
12- consumerProguardFiles(" consumer-rules.pro" )
1312 }
1413
1514 buildTypes {
You can’t perform that action at this time.
0 commit comments