File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 1- VERSION_CODE =3001
2- VERSION_NAME =0.3.1-SNAPSHOT
1+ VERSION_CODE =100000
2+ VERSION_NAME =1.0.0
33GROUP =io.flowup
44POM_DESCRIPTION =Android SDK to collect performance metrics easily using https://flowup.io.
55POM_URL =https://github.com/Karumi/FlowUpAndroidSDK
You can’t perform that action at this time.
0 commit comments