Skip to content

Commit 611a331

Browse files
committed
Prepare release 0.3.0
1 parent ab5a2af commit 611a331

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

flowup-no-op/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 14
99
targetSdkVersion 25
10-
versionCode 2008
11-
versionName "0.2.8-SNAPSHOT"
10+
versionCode 3000
11+
versionName "0.3.0"
1212
}
1313

1414
lintOptions {

flowup/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
defaultConfig {
1010
minSdkVersion 14
1111
targetSdkVersion 25
12-
versionCode 2008
13-
versionName "0.2.8-SNAPSHOT"
12+
versionCode 3000
13+
versionName "0.3.0"
1414
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
1515
consumerProguardFiles 'proguard-rules.pro'
1616
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_CODE=2008
2-
VERSION_NAME=0.2.8-SNAPSHOT
1+
VERSION_CODE=3000
2+
VERSION_NAME=0.3.0
33
GROUP=io.flowup
44
POM_DESCRIPTION=Android SDK to collect performance metrics easily using https://flowup.io.
55
POM_URL=https://github.com/Karumi/FlowUpAndroidSDK

0 commit comments

Comments
 (0)