Skip to content

Commit

Permalink
Increased library version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdevgo committed Oct 2, 2018
1 parent 5aba7bc commit 2105b73
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
buildscript {
ext.kotlinVersion = '1.2.70'
ext.kotlinVersion = '1.2.71'
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.android.tools.build:gradle:3.2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
}
}
Expand All @@ -25,7 +25,7 @@ ext {
minSdkVersion = 16
compileSdkVersion = 28
targetSdkVersion = 28
buildToolsVersion = '27.0.3'
buildToolsVersion = '28.0.2'

supportVersion = '28.0.0'
supportAppCompat = "com.android.support:appcompat-v7:$supportVersion"
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Jul 10 02:02:57 MSK 2018
#Tue Oct 02 20:33:55 MSK 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
2 changes: 1 addition & 1 deletion rxpm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ext {
bintrayName = 'RxPM'
publishedGroupId = 'me.dmdev.rxpm'
artifact = 'rxpm'
libraryVersion = '1.2.1'
libraryVersion = '1.2.2'
gitUrl = 'https://github.com/dmdevgo/RxPM'
allLicenses = ['MIT']
}
Expand Down

0 comments on commit 2105b73

Please sign in to comment.