Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Sep 30, 2017
1 parent 8bb2c45 commit 56cd8ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ allprojects {

ext {
projectGroupId = 'org.mariotaku.twidere'
projectVersionCode = 391
projectVersionName = '3.6.31'
projectVersionCode = 392
projectVersionName = '3.6.32'

globalCompileSdkVersion = 26
globalBuildToolsVersion = '26.0.1'
Expand All @@ -35,7 +35,7 @@ allprojects {
subprojects {
buildscript {
ext {
kotlinVersion = '1.1.50'
kotlinVersion = '1.1.51'
pluginVersions = [
AndroidSvgDrawable: '3.0.0',
PlayServices : '3.1.1',
Expand Down

0 comments on commit 56cd8ad

Please sign in to comment.