Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vanita5 committed May 5, 2017
1 parent 36e2c37 commit 321e821
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 33
versionName "2.0.0"
versionCode 34
versionName "2.0.1"
multiDexEnabled true

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

0 comments on commit 321e821

Please sign in to comment.