Skip to content

Commit

Permalink
renamed flavors
Browse files Browse the repository at this point in the history
  • Loading branch information
Ixam97 committed May 6, 2024
1 parent bd10617 commit 86210c1
Show file tree
Hide file tree
Showing 40 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions automotive/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ android {
productFlavors {
stable {
dimension "version"
applicationId "com.ixam97.carStatsViewer"
}

dev {
dimension "version"
applicationId "com.ixam97.carStatsViewer_dev"
legacy {
dimension "aaos"
applicationId "com.ixam97.carStatsViewer"
}

regular {
carapp {
dimension "aaos"
applicationId "de.ixam97.carStatsViewer"
}

play {
dimension "aaos"
// applicationIdSuffix "play"
dev {
dimension "version"
applicationId "com.ixam97.carStatsViewer_dev"
}
}

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 86210c1

Please sign in to comment.