Skip to content

Commit

Permalink
change app id to com.dicekeys.app
Browse files Browse the repository at this point in the history
  • Loading branch information
UppaJung committed Feb 24, 2021
1 parent ba532b8 commit 77082c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ android {
buildToolsVersion "30.0.3"

defaultConfig {
applicationId "org.dicekeys.app"
applicationId "com.dicekeys.app"
minSdkVersion 23
targetSdkVersion 30
versionCode 1
versionName "1.0"

testApplicationId "org.dicekeys.test"
testApplicationId "com.dicekeys.test"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit 77082c1

Please sign in to comment.