Skip to content

Commit

Permalink
Update to AGP 8.4.0
Browse files Browse the repository at this point in the history
Attempting to work around this: ReactiveCircus/android-emulator-runner#387
  • Loading branch information
squarejesse committed May 13, 2024
1 parent a9a8fd8 commit 99a18b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags:
- '**'
branches:
- '**'

env:
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false -Dkotlin.incremental=false"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8

VERSION_NAME=1.10.2-SNAPSHOT
VERSION_NAME=1.10.1

android.useAndroidX=true
android.enableJetifier=false
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sqldelight = "2.0.2"

[libraries]
android-desugarJdkLibs = { module = "com.android.tools:desugar_jdk_libs", version = "2.0.4" }
android-gradle-plugin = { module = "com.android.tools.build:gradle", version = "8.3.2" }
android-gradle-plugin = { module = "com.android.tools.build:gradle", version = "8.4.0" }
android-material = { module = "com.google.android.material:material", version = "1.11.0" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.9.0" }
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.7.1" }
Expand Down

0 comments on commit 99a18b0

Please sign in to comment.