Skip to content

Commit

Permalink
Make CoffeeShop Package Name more Generic
Browse files Browse the repository at this point in the history
Summary: Remove unnecessary shared configuration field.

Reviewed By: jjiang10

Differential Revision: D61243857

fbshipit-source-id: 80f9b98707e474aaa4c08a8f12df362798afd21e
  • Loading branch information
maxalbrightmeta authored and facebook-github-bot committed Aug 14, 2024
1 parent 2c00a5e commit ec8f781
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
object Config {
const val minSdk = 15
const val compileSdk = 31
const val IAPTargetSdk = 33
const val targetSdk = 31
}

Expand Down

0 comments on commit ec8f781

Please sign in to comment.