We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b2e76 commit e3e8787Copy full SHA for e3e8787
.gitignore
@@ -8,3 +8,4 @@
8
/captures
9
.externalNativeBuild
10
.idea/
11
+gradle.properties
build.gradle
@@ -31,7 +31,7 @@ apply plugin: 'kotlin'
31
apply plugin: 'maven-publish'
32
33
group 'com.costular'
34
-version '0.1'
+version '0.2'
35
36
repositories {
37
mavenCentral()
gradle.properties
kotlin-utils/build.gradle
@@ -11,8 +11,8 @@ android {
defaultConfig {
12
minSdkVersion 15
13
targetSdkVersion 25
14
- versionCode 1
15
- versionName "1.0"
+ versionCode 2
+ versionName "0.2"
16
17
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
18
0 commit comments