Skip to content

Commit fea59c3

Browse files
committed
update release notes and version to 2.3.0
1 parent 69beac2 commit fea59c3

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.simplemobiletools.camera"
1111
minSdkVersion 16
1212
targetSdkVersion 23
13-
versionCode 38
14-
versionName "2.2.1"
13+
versionCode 39
14+
versionName "2.3.0"
1515
}
1616

1717
signingConfigs {

app/src/main/kotlin/com/simplemobiletools/camera/activities/MainActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,7 @@ class MainActivity : SimpleActivity(), PreviewListener, PhotoProcessor.MediaSave
592592
arrayListOf<Release>().apply {
593593
add(Release(33, R.string.release_33))
594594
add(Release(35, R.string.release_35))
595+
add(Release(39, R.string.release_39))
595596
checkWhatsNew(this, BuildConfig.VERSION_CODE)
596597
}
597598
}

app/src/main/res/values/donottranslate.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
<resources>
33

44
<!-- Release notes -->
5+
<string name="release_39">
6+
Add an option to focus the photo before capture\n
7+
Add an option to use the volume buttons as shutter
8+
</string>
59
<string name="release_35">Added an automatic flash mode</string>
610
<string name="release_33">
711
Added more color customization options\n

0 commit comments

Comments
 (0)