Skip to content

Commit

Permalink
downgrade to Gradle 8.1 to work around an issue with the minifier on 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
c99koder committed Dec 12, 2023
1 parent 25e4f45 commit 0c12471
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ buildscript {
maven { url "https://www.jitpack.io" }
}
dependencies {
classpath 'com.android.tools.build:gradle:8.2.0'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.8'
classpath 'com.google.gms:google-services:4.3.15'
classpath 'com.android.tools.build:gradle:8.1.4'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9'
classpath 'com.google.gms:google-services:4.4.0'
classpath 'com.google.firebase:perf-plugin:1.4.2'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Nov 16 08:01:15 EST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
4 changes: 2 additions & 2 deletions irccloud-android.iml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<component name="FacetManager">
<facet type="android-gradle" name="Android-Gradle">
<configuration>
<option name="LAST_SUCCESSFUL_SYNC_AGP_VERSION" value="8.2.0" />
<option name="LAST_KNOWN_AGP_VERSION" value="8.2.0" />
<option name="LAST_SUCCESSFUL_SYNC_AGP_VERSION" value="8.1.4" />
<option name="LAST_KNOWN_AGP_VERSION" value="8.1.4" />
</configuration>
</facet>
<facet type="android" name="Android">
Expand Down

0 comments on commit 0c12471

Please sign in to comment.