We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f793e commit c269cafCopy full SHA for c269caf
app/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId "org.grapentin.apps.exceer"
9
minSdkVersion 8
10
targetSdkVersion 22
11
- versionCode 100
12
- versionName "0.1"
+ versionCode 200
+ versionName "0.2"
13
}
14
buildTypes {
15
debug {
app/src/main/AndroidManifest.xml
@@ -14,8 +14,8 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
16
android:theme="@style/AppTheme"
17
- android:versionCode="100"
18
- android:versionName="0.1">
+ android:versionCode="200"
+ android:versionName="0.2">
19
<activity
20
android:name=".MainActivity"
21
0 commit comments