Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4775112d authored by Baptiste Billard's avatar Baptiste Billard
Browse files

Problem fixed

parent 2c360901
Loading
Loading
Loading
Loading
Loading
+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'
+0 −3
Original line number Diff line number Diff line
@@ -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 {