Skip to content

Commit cf3ed8e

Browse files
committed
Prepare release 0.2.2
1 parent ab0817d commit cf3ed8e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

flowup-no-op/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion 14
99
targetSdkVersion 23
1010
versionCode 2002
11-
versionName "0.2.2-SNAPSHOT"
11+
versionName "0.2.2"
1212
}
1313

1414
lintOptions {

flowup/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
minSdkVersion 14
1111
targetSdkVersion 23
1212
versionCode 2002
13-
versionName "0.2.2-SNAPSHOT"
13+
versionName "0.2.2"
1414
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
1515
consumerProguardFiles 'proguard-rules.pro'
1616
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION_CODE=2002
2-
VERSION_NAME=0.2.2-SNAPSHOT
2+
VERSION_NAME=0.2.2
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)