Skip to content

Commit

Permalink
chore(build.gradle): migrate build config
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Feb 13, 2024
1 parent 58a44c1 commit a33192f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ kotlin.code.style=official
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true

android.nonFinalResIds=false

VERSION_NAME=1.5.0
VERSION_CODE=1005000
GROUP=video.api
Expand All @@ -36,6 +38,3 @@ POM_LICENCE_URL=https://opensource.org/licenses/mit-license.php
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=api.video
POM_DEVELOPER_NAME=Ecosystem Team

android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false

0 comments on commit a33192f

Please sign in to comment.