Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
markormesher committed Mar 24, 2016
2 parents a519c3a + 2e5adc6 commit f637a88
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 @@ -32,7 +32,7 @@ android {
buildToolsVersion "23.0.2"

defaultConfig {
applicationId "uk.co.markormesher.androidfab.app"
applicationId "uk.co.markormesher.android_fab.app"

minSdkVersion 12
targetSdkVersion 23
Expand Down Expand Up @@ -103,5 +103,5 @@ dependencies {
*==============*/

task start(type: Exec) {
commandLine 'adb', 'shell', 'am', 'start', '-n', 'uk.co.markormesher.androidfab.app/.ClickDemoActivity'
commandLine 'adb', 'shell', 'am', 'start', '-n', 'uk.co.markormesher.android_fab.app/.ClickDemoActivity'
}

0 comments on commit f637a88

Please sign in to comment.