Skip to content

Commit

Permalink
Update version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolak committed Apr 11, 2019
1 parent 052f66c commit 82e0f7f
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 @@ -16,7 +16,7 @@ plugins {
}

group 'com.polidea.cockpit'
version '3.0.1'
version '3.0.2-SNAPSHOT'

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 = '3.0.1'
ext.cockpit_core_version = '3.0.2-SNAPSHOT'
repositories {
maven {
url "https://plugins.gradle.org/m2/"
Expand All @@ -21,7 +21,7 @@ plugins {
}

group = 'com.polidea.cockpit'
version = '3.0.1'
version = '3.0.2-SNAPSHOT'

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=3.0.1
VERSION_NAME=3.0.2-SNAPSHOT

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 = '3.0.1'
cockpit_core_version = '3.0.2-SNAPSHOT'
}
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 28
versionCode 2
versionName "3.0.1"
versionName "3.0.2-SNAPSHOT"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 82e0f7f

Please sign in to comment.