Skip to content

Commit

Permalink
pref(gradle): use non-final res ids (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrie25 authored Oct 26, 2024
1 parent 9d17a1b commit 68ebaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android.nonTransitiveRClass=true
BASE_URL="https://kizzy-api.cjjdxhdjd.workers.dev"
org.gradle.unsafe.configuration-cache=true
android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false
android.nonFinalResIds=true
DISCORD_API_URL="https://discord.com/api/v10"
GITHUB_API_URL="https://api.github.com"
IMGUR_API_URL="https://api.imgur.com/3"

0 comments on commit 68ebaa6

Please sign in to comment.