Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanita5 committed May 3, 2017
1 parent 83e48c5 commit 0676763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions twittnuker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ android {
applicationId "de.vanita5.twittnuker"
minSdkVersion project.properties['overrideMinSdkVersion'] ?: 14
targetSdkVersion 25
versionCode 32
versionName "1.1.0"
versionCode 33
versionName "2.0.0"
multiDexEnabled true

buildConfigField 'boolean', 'LEAK_CANARY_ENABLED', 'Boolean.parseBoolean("false")'
Expand Down

0 comments on commit 0676763

Please sign in to comment.