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 241d834 commit 82d71f0Copy full SHA for 82d71f0
2 files changed
app/build.gradle
@@ -9,8 +9,8 @@ android {
9
applicationId "com.simplemobiletools.camera"
10
minSdkVersion 16
11
targetSdkVersion 23
12
- versionCode 11
13
- versionName "1.10"
+ versionCode 12
+ versionName "1.11"
14
}
15
16
signingConfigs {
app/src/main/res/layout/activity_about.xml
@@ -88,6 +88,6 @@
88
android:layout_height="wrap_content"
89
android:layout_alignParentBottom="true"
90
android:gravity="center_horizontal"
91
- android:text="Copyright © Simple Mobile Tools 2000"/>
+ android:text="Copyright © Simple Mobile Tools 2016"/>
92
93
</RelativeLayout>
0 commit comments