File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1+ plugins {
2+ alias(libs. plugins. android. junit. framework)
3+ }
4+
15apply plugin : ' com.android.application'
2- apply plugin : " de.mannodermaus.android-junit5"
36apply plugin : ' jacoco'
47
58System . setProperty(" line.separator" , " \n " )
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ buildscript {
88 }
99 dependencies {
1010 classpath(libs. android. tools. build. gradle)
11- classpath libs. android. junit5
1211 }
1312}
1413
Original file line number Diff line number Diff line change 22
33vanniktech-maven-publish = " 0.35.0"
44
5- android-junit5 = " 1.14 .0.0"
5+ android-junit-framework = " 2 .0.0"
66android-tools-build-gradle = " 8.13.2"
77
88androidx-material = " 1.12.0"
@@ -21,13 +21,12 @@ junit-jupiter = "6.0.1"
2121androidx-test-runner = " 1.7.0"
2222
2323[plugins ]
24-
24+ android-junit-framework = { id = " de.mannodermaus.android-junit " , version.ref = " android-junit-framework " }
2525vanniktech-maven-publish = { id = " com.vanniktech.maven.publish" , version.ref = " vanniktech-maven-publish" }
2626
2727[libraries ]
2828
2929android-tools-build-gradle = { module = " com.android.tools.build:gradle" , version.ref = " android-tools-build-gradle" }
30- android-junit5 = { module = " de.mannodermaus.gradle.plugins:android-junit5" , version.ref = " android-junit5" }
3130
3231androidx-activity = { module = " androidx.activity:activity" , version.ref = " androidx-activity" }
3332androidx-appcompat = { module = " androidx.appcompat:appcompat" , version.ref = " androidx-appcompat" }
Original file line number Diff line number Diff line change 11plugins {
22 alias(libs. plugins. vanniktech. maven. publish)
3+ alias(libs. plugins. android. junit. framework)
34}
5+
46apply plugin : ' com.android.library'
5- apply plugin : " de.mannodermaus.android-junit5"
67apply plugin : ' jacoco'
78
89System . setProperty(" line.separator" , " \n " )
You can’t perform that action at this time.
0 commit comments