Skip to content

Commit f369718

Browse files
committed
Version bump
1 parent 56cf081 commit f369718

File tree

5 files changed

+5
-33
lines changed

5 files changed

+5
-33
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@
77
*iml
88
*.iml
99
*/build
10-
fastlane
10+
fastlane
11+
.project
12+
.settings/org.eclipse.buildship.core.prefs

.project

Lines changed: 0 additions & 17 deletions
This file was deleted.

.settings/org.eclipse.buildship.core.prefs

Lines changed: 0 additions & 13 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ An Android Client for [Constructor.io](http://constructor.io/). [Constructor.io
66

77
## 1. Install
88

9-
Please follow the directions at [Jitpack.io](https://jitpack.io/#Constructor-io/constructorio-client-android/v1.1.0) to add the client to your project.
9+
Please follow the directions at [Jitpack.io](https://jitpack.io/#Constructor-io/constructorio-client-android/v1.2.0) to add the client to your project.
1010

1111
## 2. Retrieve an API key
1212

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ android {
2020
targetSdkVersion 27
2121
testInstrumentationRunner "${applicationId}.runner.RxAndroidJUnitRunner"
2222
versionCode 1
23-
versionName '1.1.0'
23+
versionName '1.2.0'
2424
buildConfigField("String", "CLIENT_VERSION", "\"cioand-${versionName}\"")
2525
buildConfigField("String", "AUTOCOMPLETE_SECTION", "\"Products\"")
2626
buildConfigField("String", "BASE_API_URL", "\"https://ac.cnstrc.com\"")

0 commit comments

Comments
 (0)