Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Fix unneded version increase
Browse files Browse the repository at this point in the history
  • Loading branch information
Garret Yoder committed Oct 8, 2016
1 parent a9d86f2 commit ee4ee75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
buildToolsVersion "24.0.2"

def versionMajor = 0
def versionMinor = 7
def versionMinor = 6
def versionPatch = 0
def versionBuild = 0

Expand Down

0 comments on commit ee4ee75

Please sign in to comment.