Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Feb 10, 2016
1 parent d5d7de3 commit 51cd26f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/github.com/getlantern/lantern-mobile/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ android {
def code = incVersionNum()

defaultConfig {
minSdkVersion rootProject.minSdkVersion
targetSdkVersion rootProject.targetSdkVersion
applicationId "org.getlantern.lantern"
versionCode code
minSdkVersion rootProject.minSdkVersion
targetSdkVersion rootProject.targetSdkVersion
applicationId "org.getlantern.lantern"
versionCode code
versionName "1.0." + code
}

Expand Down

0 comments on commit 51cd26f

Please sign in to comment.