Skip to content

Commit

Permalink
Prepare release 1.0.0 (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs authored Jun 27, 2017
1 parent 52545fd commit 2050d97
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 3001
versionName "0.3.1-SNAPSHOT"
versionCode 100000
versionName "1.0.0"
}

lintOptions {
Expand Down
6 changes: 3 additions & 3 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 3001
versionName "0.3.1-SNAPSHOT"
versionCode 100000
versionName "1.0.0"
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
consumerProguardFiles 'proguard-rules.pro'
}
Expand All @@ -37,7 +37,7 @@ dependencies {
compile "io.dropwizard.metrics:metrics-core:3.1.2"
compile 'com.squareup.okhttp3:okhttp:3.5.0'
compile 'com.google.code.gson:gson:2.8.0'
compile 'com.google.android.gms:play-services-gcm:10.0.1'
compile 'com.google.android.gms:play-services-gcm:11.0.1'
compile 'com.squareup.okhttp3:logging-interceptor:3.5.0'
compile 'org.slf4j:slf4j-nop:1.7.21'
apt 'com.google.auto.value:auto-value:1.3'
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=3001
VERSION_NAME=0.3.1-SNAPSHOT
VERSION_CODE=100000
VERSION_NAME=1.0.0
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 2050d97

Please sign in to comment.