Skip to content

Commit

Permalink
3.3.2 version (#496)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Jean-BaptisteC authored Jul 24, 2024
1 parent 49a5fc9 commit a507b72
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
applicationId = "org.eu.exodus_privacy.exodusprivacy"
minSdk = 23
targetSdk = 34
versionCode = 22
versionName = "3.3.1"
versionCode = 23
versionName = "3.3.2"
testInstrumentationRunner = "org.eu.exodus_privacy.exodusprivacy.ExodusTestRunner"
val API_KEY = System.getenv("EXODUS_API_KEY")
buildConfigField("String", "EXODUS_API_KEY", "\"$API_KEY\"")
Expand Down Expand Up @@ -150,7 +150,6 @@ dependencies {

// unit tests
testImplementation(libs.junit)
testImplementation(libs.robolectric)
testImplementation(libs.kotlinx.coroutines.test)
testImplementation(libs.androidx.test.core)
testImplementation(libs.androidx.test.runner)
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/23.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Improve sync performance
1 change: 1 addition & 0 deletions fastlane/metadata/android/fr-FR/changelogs/23.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Amélioration des performances durant la synchronisation
10 changes: 4 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
androidGradlePlugin = "8.5.1"
androidGradlePlugin = "8.4.2"
kotlinPlugin = "2.0.0"
gradleKtlint = "12.1.1"
activity-ktx = "1.9.0"
androidx-core = "1.5.0"
androidx-core = "1.6.1"
appcompat = "1.7.0"
browser = "1.8.0"
constraintlayout = "2.1.4"
Expand All @@ -15,10 +15,10 @@ fragment-ktx = "1.6.2"
gson = "2.11.0"
dagger-hilt = "2.51.1"
junit = "4.13.2"
junit-ktx = "1.1.5"
junit-ktx = "1.2.1"
kotlinx-coroutines-android = "1.8.1"
legacy-support-v4 = "1.0.0"
lifecycle = "2.8.2"
lifecycle = "2.8.3"
material = "1.12.0"
navigation-fragment-ktx = "2.7.7"
okhttp = "4.12.0"
Expand All @@ -27,7 +27,6 @@ r8 = "8.3.37"
recyclerview = "1.3.2"
retrofit_version = "2.11.0"
moshi_version ="1.15.1"
robolectric = "4.12.2"
room = "2.6.1"
runner = "1.6.1"
shimmer = "0.5.0"
Expand Down Expand Up @@ -87,7 +86,6 @@ code-gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
junit = { module = "junit:junit", version.ref = "junit" }
android-material = { module = "com.google.android.material:material", version.ref = "material" }
tools-r8 = { module = "com.android.tools:r8", version.ref = "r8" }
robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" }
shimmer = { module = "com.facebook.shimmer:shimmer", version.ref = "shimmer" }

[plugins]
Expand Down
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionSha256Sum=a4b4158601f8636cdeeab09bd76afb640030bb5b144aafe261a5e8af027dc612
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit a507b72

Please sign in to comment.