Skip to content

Commit bb66b1d

Browse files
committed
Version Bump
1 parent 511490c commit bb66b1d

File tree

4 files changed

+32
-2
lines changed

4 files changed

+32
-2
lines changed

.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>constructorio-client-android</name>
4+
<comment>Project constructorio-client-android created by Buildship.</comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
16+
</natures>
17+
</projectDescription>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
arguments=
2+
auto.sync=false
3+
build.scans.enabled=false
4+
connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER)
5+
connection.project.dir=
6+
eclipse.preferences.version=1
7+
gradle.user.home=/usr/local/opt/gradle
8+
java.home=
9+
jvm.arguments=
10+
offline.mode=false
11+
override.workspace.settings=true
12+
show.console.view=true
13+
show.executions.view=true

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.0.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.1.0) to add the client to your project.
1010

1111
## 2. Retrieve an API key
1212
You can find this in your [Constructor.io dashboard](https://constructor.io/dashboard). Contact sales if you'd like to sign up, or support if you believe your company already has an account.

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.0.0'
23+
versionName '1.1.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)