Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaned1as committed May 1, 2017
1 parent a4e7513 commit 72ccd8a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ android {
compileSdkVersion 25
buildToolsVersion '25.0.2'

lintOptions {
disable 'MissingTranslation'
disable 'ExtraTranslation'
}

dexOptions {
javaMaxHeapSize "4g"
}
Expand All @@ -16,8 +21,8 @@ android {
applicationId "com.adonai.manman"
minSdkVersion 21
targetSdkVersion 25
versionCode 163
versionName "1.6.3"
versionCode 170
versionName "1.7.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 72ccd8a

Please sign in to comment.