Check how many times these methods are called in one test

This commit is contained in:
24-S2-2-C-Interactive 2024-10-19 23:42:57 +11:00
parent c7065e103b
commit 913d2e61b0
6 changed files with 93 additions and 7 deletions

View file

@ -6,7 +6,7 @@ buildscript {
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'com.android.tools.build:gradle:8.5.0'
classpath 'com.android.tools.build:gradle:8.3.2'
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"
classpath 'org.codehaus.groovy:groovy-all:2.4.15'