Skip to content

Commit c269caf

Browse files
committed
updated version number
1 parent 49f793e commit c269caf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "org.grapentin.apps.exceer"
99
minSdkVersion 8
1010
targetSdkVersion 22
11-
versionCode 100
12-
versionName "0.1"
11+
versionCode 200
12+
versionName "0.2"
1313
}
1414
buildTypes {
1515
debug {

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
android:icon="@mipmap/ic_launcher"
1515
android:label="@string/app_name"
1616
android:theme="@style/AppTheme"
17-
android:versionCode="100"
18-
android:versionName="0.1">
17+
android:versionCode="200"
18+
android:versionName="0.2">
1919
<activity
2020
android:name=".MainActivity"
2121
android:label="@string/app_name"

0 commit comments

Comments
 (0)