Skip to content

Commit

Permalink
Prepare next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Mar 17, 2017
1 parent 611a331 commit 52545fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions flowup-no-op/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 3000
versionName "0.3.0"
versionCode 3001
versionName "0.3.1-SNAPSHOT"
}

lintOptions {
Expand Down
4 changes: 2 additions & 2 deletions flowup/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 3000
versionName "0.3.0"
versionCode 3001
versionName "0.3.1-SNAPSHOT"
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
consumerProguardFiles 'proguard-rules.pro'
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_CODE=3000
VERSION_NAME=0.3.0
VERSION_CODE=3001
VERSION_NAME=0.3.1-SNAPSHOT
GROUP=io.flowup
POM_DESCRIPTION=Android SDK to collect performance metrics easily using https://flowup.io.
POM_URL=https://github.com/Karumi/FlowUpAndroidSDK
Expand Down

0 comments on commit 52545fd

Please sign in to comment.