File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ buildscript {
99 jcenter()
1010 }
1111 dependencies {
12- classpath ' com.android.tools.build:gradle:3.2.0 '
12+ classpath ' com.android.tools.build:gradle:3.1.4 '
1313 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
14- classpath " guru.stefma.bintrayrelease:bintrayrelease:1.0.0 "
14+ classpath ' com.novoda:bintray-release:0.8.1 '
1515 classpath " org.jacoco:org.jacoco.core:$jacocoVersion "
1616 }
1717}
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22apply plugin : ' kotlin-android'
33apply plugin : ' kotlin-android-extensions'
4- apply plugin : " guru.stefma.bintrayrelease "
4+ apply plugin : ' com.novoda.bintray-release '
55apply plugin : ' jacoco'
66
77android {
@@ -10,8 +10,8 @@ android {
1010 defaultConfig {
1111 minSdkVersion 15
1212 targetSdkVersion 28
13- versionCode 27
14- versionName " 5.0.2 "
13+ versionCode 26
14+ versionName " 5.0.3 "
1515 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
1616 }
1717
@@ -105,10 +105,10 @@ dependencies {
105105}
106106
107107publish {
108- version = " 5.0.2"
109- group = " com.thejuki"
110108 userOrg = ' thejuki'
109+ groupId = ' com.thejuki'
111110 artifactId = ' k-form-master'
111+ publishVersion = ' 5.0.3'
112112 desc = ' Easily build generic forms with minimal effort (A Kotlin port of FormMaster)'
113113 website = ' https://github.com/TheJuki/KFormMaster'
114114}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 -all.zip
You can’t perform that action at this time.
0 commit comments