Skip to content

Commit 2050d97

Browse files
authored
Prepare release 1.0.0 (#192)
1 parent 52545fd commit 2050d97

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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 3001
11-
versionName "0.3.1-SNAPSHOT"
10+
versionCode 100000
11+
versionName "1.0.0"
1212
}
1313

1414
lintOptions {

flowup/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
defaultConfig {
1010
minSdkVersion 14
1111
targetSdkVersion 25
12-
versionCode 3001
13-
versionName "0.3.1-SNAPSHOT"
12+
versionCode 100000
13+
versionName "1.0.0"
1414
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
1515
consumerProguardFiles 'proguard-rules.pro'
1616
}
@@ -37,7 +37,7 @@ dependencies {
3737
compile "io.dropwizard.metrics:metrics-core:3.1.2"
3838
compile 'com.squareup.okhttp3:okhttp:3.5.0'
3939
compile 'com.google.code.gson:gson:2.8.0'
40-
compile 'com.google.android.gms:play-services-gcm:10.0.1'
40+
compile 'com.google.android.gms:play-services-gcm:11.0.1'
4141
compile 'com.squareup.okhttp3:logging-interceptor:3.5.0'
4242
compile 'org.slf4j:slf4j-nop:1.7.21'
4343
apt 'com.google.auto.value:auto-value:1.3'

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_CODE=3001
2-
VERSION_NAME=0.3.1-SNAPSHOT
1+
VERSION_CODE=100000
2+
VERSION_NAME=1.0.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)