Skip to content

Commit e3e8787

Browse files
committed
Some Gradle updates
1 parent 36b2e76 commit e3e8787

File tree

4 files changed

+4
-21
lines changed

4 files changed

+4
-21
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
/captures
99
.externalNativeBuild
1010
.idea/
11+
gradle.properties

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ apply plugin: 'kotlin'
3131
apply plugin: 'maven-publish'
3232

3333
group 'com.costular'
34-
version '0.1'
34+
version '0.2'
3535

3636
repositories {
3737
mavenCentral()

gradle.properties

Lines changed: 0 additions & 18 deletions
This file was deleted.

kotlin-utils/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
defaultConfig {
1212
minSdkVersion 15
1313
targetSdkVersion 25
14-
versionCode 1
15-
versionName "1.0"
14+
versionCode 2
15+
versionName "0.2"
1616

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

0 commit comments

Comments
 (0)