Skip to content

Commit

Permalink
Changed applicationId to org.literacyapp.tilt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo Grimstad committed Mar 5, 2017
1 parent 6c8eddd commit 7f94c8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
defaultConfig {
applicationId "com.mediamonks.tilt"
applicationId "org.literacyapp.tilt"
minSdkVersion 15
targetSdkVersion 23
versionCode 14
versionName '1.1.1'
versionCode 1000000
versionName '1.0.0'
buildConfigField "String", "BUILD_DATE", '"' + buildTime() + '"'
buildConfigField "String", "BUILD_VERSION", '"' + buildTime() + '"'
}
Expand Down

0 comments on commit 7f94c8d

Please sign in to comment.