Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
build: Suppress deprecated target version warning on Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski committed Jul 4, 2024
1 parent 3cad3a6 commit a83c21e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ sonatypeTokenPassword=

# Migration to AGP 8.2.1
android.nonTransitiveRClass=false
android.nonFinalResIds=false
android.nonFinalResIds=false

# Despite being deprecated, targeting lowest java version is needed to support old Android runtime
android.javaCompile.suppressSourceTargetDeprecationWarning=true

0 comments on commit a83c21e

Please sign in to comment.