We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278f746 commit 3c04931Copy full SHA for 3c04931
android/build.gradle.kts
@@ -17,7 +17,7 @@ android {
17
applicationId = "com.github.quillraven.darkmatter"
18
minSdkVersion(14)
19
targetSdkVersion(29)
20
- versionCode = 2
+ versionCode = 3
21
versionName = "${project.version}"
22
}
23
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
5
6
subprojects {
7
- version = "1.1"
+ version = "1.3"
8
repositories {
9
jcenter()
10
google()
0 commit comments