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 a0c34be commit 3d6aca1Copy full SHA for 3d6aca1
app/build.gradle
@@ -11,8 +11,8 @@ android {
11
applicationId "com.duy.c.cpp.compiler"
12
minSdkVersion rootProject.ext.minSdkVersion
13
targetSdkVersion rootProject.ext.targetSdkVersion
14
- versionCode 18
15
- versionName "1.1.8"
+ versionCode 19
+ versionName "1.1.9"
16
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
17
multiDexEnabled true
18
vectorDrawables.useSupportLibrary = true
0 commit comments