Skip to content

Commit a507b72

Browse files
3.3.2 version (#496)
* Bump gradle to 8.8 * Bump androidX Core Test to 1.6.1 * Bum Junit ktx to 1.2.1 * Revert android gradle plugin to 8.4.2 * Bump androidx lifecycle to 2.8.3 * Remove roboelectric dependency * Bump app version * Add changelogs
1 parent 49a5fc9 commit a507b72

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android {
2121
applicationId = "org.eu.exodus_privacy.exodusprivacy"
2222
minSdk = 23
2323
targetSdk = 34
24-
versionCode = 22
25-
versionName = "3.3.1"
24+
versionCode = 23
25+
versionName = "3.3.2"
2626
testInstrumentationRunner = "org.eu.exodus_privacy.exodusprivacy.ExodusTestRunner"
2727
val API_KEY = System.getenv("EXODUS_API_KEY")
2828
buildConfigField("String", "EXODUS_API_KEY", "\"$API_KEY\"")
@@ -150,7 +150,6 @@ dependencies {
150150

151151
// unit tests
152152
testImplementation(libs.junit)
153-
testImplementation(libs.robolectric)
154153
testImplementation(libs.kotlinx.coroutines.test)
155154
testImplementation(libs.androidx.test.core)
156155
testImplementation(libs.androidx.test.runner)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Improve sync performance
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Amélioration des performances durant la synchronisation

gradle/libs.versions.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[versions]
2-
androidGradlePlugin = "8.5.1"
2+
androidGradlePlugin = "8.4.2"
33
kotlinPlugin = "2.0.0"
44
gradleKtlint = "12.1.1"
55
activity-ktx = "1.9.0"
6-
androidx-core = "1.5.0"
6+
androidx-core = "1.6.1"
77
appcompat = "1.7.0"
88
browser = "1.8.0"
99
constraintlayout = "2.1.4"
@@ -15,10 +15,10 @@ fragment-ktx = "1.6.2"
1515
gson = "2.11.0"
1616
dagger-hilt = "2.51.1"
1717
junit = "4.13.2"
18-
junit-ktx = "1.1.5"
18+
junit-ktx = "1.2.1"
1919
kotlinx-coroutines-android = "1.8.1"
2020
legacy-support-v4 = "1.0.0"
21-
lifecycle = "2.8.2"
21+
lifecycle = "2.8.3"
2222
material = "1.12.0"
2323
navigation-fragment-ktx = "2.7.7"
2424
okhttp = "4.12.0"
@@ -27,7 +27,6 @@ r8 = "8.3.37"
2727
recyclerview = "1.3.2"
2828
retrofit_version = "2.11.0"
2929
moshi_version ="1.15.1"
30-
robolectric = "4.12.2"
3130
room = "2.6.1"
3231
runner = "1.6.1"
3332
shimmer = "0.5.0"
@@ -87,7 +86,6 @@ code-gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
8786
junit = { module = "junit:junit", version.ref = "junit" }
8887
android-material = { module = "com.google.android.material:material", version.ref = "material" }
8988
tools-r8 = { module = "com.android.tools:r8", version.ref = "r8" }
90-
robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" }
9189
shimmer = { module = "com.facebook.shimmer:shimmer", version.ref = "shimmer" }
9290

9391
[plugins]
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionSha256Sum=a4b4158601f8636cdeeab09bd76afb640030bb5b144aafe261a5e8af027dc612
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
45
zipStoreBase=GRADLE_USER_HOME
56
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)