Skip to content

Commit 82d71f0

Browse files
committed
update version to 12 (1.11)
1 parent 241d834 commit 82d71f0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "com.simplemobiletools.camera"
1010
minSdkVersion 16
1111
targetSdkVersion 23
12-
versionCode 11
13-
versionName "1.10"
12+
versionCode 12
13+
versionName "1.11"
1414
}
1515

1616
signingConfigs {

app/src/main/res/layout/activity_about.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@
8888
android:layout_height="wrap_content"
8989
android:layout_alignParentBottom="true"
9090
android:gravity="center_horizontal"
91-
android:text="Copyright © Simple Mobile Tools 2000"/>
91+
android:text="Copyright © Simple Mobile Tools 2016"/>
9292

9393
</RelativeLayout>

0 commit comments

Comments
 (0)