Skip to content

Commit

Permalink
[MS-587] downgrade gradle plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
meladRaouf committed Jul 17, 2024
1 parent dac7b6f commit 522c945
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions build-logic/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Dont warn about the missing files during the obfuscation
-dontwarn com.simprints.**
# Do not obfuscate names in simprints package
-keep class com.simprints.** { *; }
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kotlin_version = "2.0.0"
kotlin_coroutine_version = "1.8.1"
ksp_version = "2.0.0-1.0.23"

android_gradlePlugin_version = "8.5.1"
android_gradlePlugin_version = "8.3.1"
androidx_version = "1.6.1"
androidx_core_version = "1.13.1"
androidx_app_compat_version = "1.7.0"
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Jun 17 16:28:15 EEST 2024
#Mon Apr 17 08:02:27 EET 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions id/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
#net.zetetic:android-database-sqlcipher
-keep class net.sqlcipher.** { *; }

# Do not obfuscate names in out packages`
-keepnames class com.simprints.** { *; }
# Do not obfuscate names in simprints package
-keep class com.simprints.** { *; }
# Keep all marshallable classes as-is
-keep class com.simprints.** extends java.io.Serializable { *; }
-keep class com.simprints.** extends android.os.Parcelable { *; }
Expand Down

0 comments on commit 522c945

Please sign in to comment.