Skip to content

Commit cfe5980

Browse files
committed
Bump android-junit-framework from 1.14.0.0 to 2.0.0
1 parent 60e6a30 commit cfe5980

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

app/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
plugins {
2+
alias(libs.plugins.android.junit.framework)
3+
}
4+
15
apply plugin: 'com.android.application'
2-
apply plugin: "de.mannodermaus.android-junit5"
36
apply plugin: 'jacoco'
47

58
System.setProperty("line.separator", "\n")

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

gradle/libs.versions.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vanniktech-maven-publish = "0.35.0"
44

5-
android-junit5 = "1.14.0.0"
5+
android-junit-framework = "2.0.0"
66
android-tools-build-gradle = "8.13.2"
77

88
androidx-material = "1.12.0"
@@ -21,13 +21,12 @@ junit-jupiter = "6.0.1"
2121
androidx-test-runner = "1.7.0"
2222

2323
[plugins]
24-
24+
android-junit-framework = { id = "de.mannodermaus.android-junit", version.ref = "android-junit-framework" }
2525
vanniktech-maven-publish = { id = "com.vanniktech.maven.publish", version.ref = "vanniktech-maven-publish" }
2626

2727
[libraries]
2828

2929
android-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

3231
androidx-activity = { module = "androidx.activity:activity", version.ref = "androidx-activity" }
3332
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }

securesmsproxyapi/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
plugins {
22
alias(libs.plugins.vanniktech.maven.publish)
3+
alias(libs.plugins.android.junit.framework)
34
}
5+
46
apply plugin: 'com.android.library'
5-
apply plugin: "de.mannodermaus.android-junit5"
67
apply plugin: 'jacoco'
78

89
System.setProperty("line.separator", "\n")

0 commit comments

Comments
 (0)