mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 05:43:55 +01:00
[WIP] Implemented Espresso tests for upload with multilingual descriptions (#2830)
* With more upload tests * Fix tests * Fix tests
This commit is contained in:
parent
99c6f5f105
commit
bd668182b5
5 changed files with 301 additions and 76 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue