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