Removed playcore lib to test if bundle size remains same or not.

This commit is contained in:
MohitMali 2023-10-18 16:17:07 +05:30
parent 1f628abe66
commit 69072ecee4

View File

@ -84,7 +84,7 @@ dependencies {
implementation(Libs.objectbox_kotlin)
implementation(Libs.objectbox_rxjava)
implementation(Libs.webkit)
implementation(Libs.playcore)
// implementation(Libs.playcore)
testImplementation(Libs.kotlinx_coroutines_test)
implementation(Libs.kotlinx_coroutines_android)
}