[WIP] Implemented Espresso tests for upload with multilingual descriptions (#2830)

* With more upload tests

* Fix tests

* Fix tests
This commit is contained in:
Vivek Maskara 2020-03-10 12:01:22 -07:00 committed by GitHub
parent 99c6f5f105
commit bd668182b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 301 additions and 76 deletions

View file

@ -76,7 +76,11 @@
-keepattributes SourceFile,LineNumberTable
-keepattributes *Annotation*
# --- /recycler view ---
-keep class androidx.recyclerview.widget.RecyclerView {
public androidx.recyclerview.widget.RecyclerView$ViewHolder findViewHolderForPosition(int);
}
# --- Parcelable ---
-keepclassmembers class * implements android.os.Parcelable {
static ** CREATOR;
}
}