Skip to content

Commit

Permalink
Rename main app module
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Aug 12, 2015
1 parent 9d93c1d commit 9ffc0aa
Show file tree
Hide file tree
Showing 42 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Expand Up @@ -2,6 +2,6 @@
.idea/
local.properties
traccar-client-android.iml
traccar-client/traccar-client.iml
app/app.iml
build/
traccar-client/build/
app/build/
4 changes: 0 additions & 4 deletions traccar-client/build.gradle → app/build.gradle
Expand Up @@ -26,10 +26,6 @@ android {
signingConfig signingConfigs.release
}
}

lintOptions {
checkReleaseBuilds false
}
}

dependencies {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
@@ -1 +1 @@
include ':traccar-client'
include ':app'

0 comments on commit 9ffc0aa

Please sign in to comment.