Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.4
# Pinned Android build environment on top of Gradle.

ARG GRADLE_IMAGE=gradle:8.13-jdk17
ARG GRADLE_IMAGE=gradle:9.0.0-jdk17
ARG CMDLINE_TOOLS_VERSION=11076708
ARG ANDROID_API_LEVEL=35
ARG ANDROID_BUILD_TOOLS_VERSION=35.0.0
Expand Down
1 change: 1 addition & 0 deletions features/perpetual/presents/consumer-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Consumer ProGuard rules for this library module.
1 change: 1 addition & 0 deletions features/perpetual/viewmodels/consumer-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Consumer ProGuard rules for this library module.
1 change: 1 addition & 0 deletions features/referral/presents/consumer-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Consumer ProGuard rules for this library module.
1 change: 1 addition & 0 deletions features/referral/viewmodels/consumer-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Consumer ProGuard rules for this library module.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kotlin.code.style=official
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.nonFinalResIds=false
android.nonFinalResIds=true
firebasePerformanceInstrumentationEnabled=false

# Re-enable when finish migration to AGP 9.0
Expand Down
6 changes: 0 additions & 6 deletions package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion reproducible/base_image_tag.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
base-2026-02-04
base-2026-02-13
Loading