We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d50a1 commit a0822e6Copy full SHA for a0822e6
app/build.gradle
@@ -21,8 +21,8 @@ android {
21
applicationId "ai.susi"
22
minSdkVersion rootConfiguration.minSdkVersion
23
targetSdkVersion rootConfiguration.targetSdkVersion
24
- versionCode 14
25
- versionName "1.0.13"
+ versionCode 15
+ versionName "1.0.14"
26
vectorDrawables.useSupportLibrary = true
27
// for unit test
28
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
0 commit comments