Skip to content
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.

Commit

Permalink
Bump version code.
Browse files Browse the repository at this point in the history
  • Loading branch information
IzabellaConigliaro committed May 3, 2018
1 parent 6093490 commit cb00e5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion flexbox/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionCode 2
versionName "$mavenVersion"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down
8 changes: 4 additions & 4 deletions flexbox/constants.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ ext {
projectName = 'flexbox-layout'
projectDesc = 'Flexbox for Android'

githubUrl = 'https://github.com/google/flexbox-layout'
githubUrl = 'https://github.com/Hotmart-Org/flexbox-layout'

mavenGroup = 'com.google.android'
mavenArtifactId = 'flexbox'
mavenVersion = '0.3.2'
mavenGroup = 'com.github.Hotmart-Org'
mavenArtifactId = 'flexbox-layout'
mavenVersion = '0.3.3'

bintrayOrg = 'google'
}

0 comments on commit cb00e5e

Please sign in to comment.