Skip to content

Commit

Permalink
Cockpit version increased to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martawoldanska committed Jul 19, 2018
1 parent 40ad5ad commit bb7f710
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CockpitCore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
}

group 'com.polidea.cockpit'
version '1.1.1-SNAPSHOT'
version '2.0.0'

repositories {
google()
Expand Down
4 changes: 2 additions & 2 deletions CockpitPlugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext.kotlin_version = '1.2.51'
ext.cockpit_core_version = '1.1.1-SNAPSHOT'
ext.cockpit_core_version = '2.0.0'
repositories {
maven {
url "https://plugins.gradle.org/m2/"
Expand All @@ -21,7 +21,7 @@ plugins {
}

group = 'com.polidea.cockpit'
version = '1.1.1-SNAPSHOT'
version = '2.0.0'

sourceCompatibility = 1.7

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ GROUP=com.polidea.cockpit
POM_ARTIFACT_ID=cockpit
POM_NAME=Cockpit
POM_PACKAGING=aar
VERSION_NAME=1.1.1-SNAPSHOT
VERSION_NAME=2.0.0

POM_DESCRIPTION=Cockpit is an Android library providing a way to easily define a set of parameters that can be accessed and changed by the developers via built-in compact UI at runtime.

Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ext {
cockpit_core_version = '1.1.1-SNAPSHOT'
cockpit_core_version = '2.0.0'
}
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
minSdkVersion 21
targetSdkVersion 27
versionCode 2
versionName "2.0-RC"
versionName "2.0.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit bb7f710

Please sign in to comment.