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 23ee126 commit 18dc0a2Copy full SHA for 18dc0a2
app/build.gradle
@@ -22,8 +22,8 @@ android {
22
applicationId "ai.susi"
23
minSdkVersion rootConfiguration.minSdkVersion
24
targetSdkVersion rootConfiguration.targetSdkVersion
25
- versionCode 17
26
- versionName "1.2.0"
+ versionCode 18
+ versionName "1.3.0"
27
vectorDrawables.useSupportLibrary = true
28
// for unit test
29
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
0 commit comments