Loading app/build.gradle +18 −1 Original line number Diff line number Diff line apply plugin: 'com.android.application' //screenshot testing apply plugin: 'com.facebook.testing.screenshot' buildscript { repositories { google() jcenter() } dependencies { //for screenshot testing classpath 'com.facebook.testing.screenshot:plugin:0.13.0' } } android { compileSdkVersion 28 buildToolsVersion '29.0.1' Loading build.gradle +0 −3 Original line number Diff line number Diff line Loading @@ -13,13 +13,10 @@ buildscript { // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files //for screenshot testing classpath 'com.facebook.testing.screenshot:plugin:0.13.0' } } apply plugin: 'com.facebook.testing.screenshot' allprojects { repositories { Loading Loading
app/build.gradle +18 −1 Original line number Diff line number Diff line apply plugin: 'com.android.application' //screenshot testing apply plugin: 'com.facebook.testing.screenshot' buildscript { repositories { google() jcenter() } dependencies { //for screenshot testing classpath 'com.facebook.testing.screenshot:plugin:0.13.0' } } android { compileSdkVersion 28 buildToolsVersion '29.0.1' Loading
build.gradle +0 −3 Original line number Diff line number Diff line Loading @@ -13,13 +13,10 @@ buildscript { // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files //for screenshot testing classpath 'com.facebook.testing.screenshot:plugin:0.13.0' } } apply plugin: 'com.facebook.testing.screenshot' allprojects { repositories { Loading