We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4031b0a commit 403413bCopy full SHA for 403413b
.gitignore
@@ -9,4 +9,4 @@
9
/captures
10
/**/build
11
/**/*.iml
12
-
+/**/*.apk
app/build.gradle
@@ -8,7 +8,7 @@ android {
8
minSdkVersion 18
targetSdkVersion 23
- versionCode 5
+ versionCode 6
versionName "1.0." + versionCode
13
}
14
0 commit comments