Compare commits

..

3 Commits

Author SHA1 Message Date
B. Petersen 3863b74fbd Update messenger-backend submodule. 2017-12-15 01:04:56 +01:00
B. Petersen 8216ce7d20 bump version 2017-12-15 01:02:46 +01:00
B. Petersen a7a06ce26b wording 2017-12-15 00:05:37 +01:00
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Delta Chat Changelog
## v0.11.0
## v0.11.1
2017-12-14
* Add option to initiate Autocrypt Key Transfer
+3 -3
View File
@@ -32,7 +32,7 @@ dependencies {
android {
compileSdkVersion 25
//buildToolsVersion '25.0.2'
buildToolsVersion '25.0.2'
useLibrary 'org.apache.http.legacy'
defaultConfig.applicationId = "com.b44t.messenger"
@@ -122,7 +122,7 @@ android {
targetSdkVersion 25 // 25: Nougat. CAVE: Do NOT target "Andoid O" without checking the background tasks carefully, see https://developer.android.com/preview/behavior-changes.html#back-all . As long as we target "Nougat", everything works as expected even for "Andoid O" or later
// in general, we should not change the target without reason; eg. after the switch to Nougat, the camera stops working (see https://inthecheesefactory.com/blog/how-to-share-access-to-file-with-fileprovider-on-android-nougat/en )
versionName "0.11.0" // do NOT forget to increase defaultConfig.versionCode!
versionCode 505
versionName "0.11.1" // do NOT forget to increase defaultConfig.versionCode!
versionCode 506
}
}
+3 -3
View File
@@ -12,18 +12,18 @@ The following checklists are there not to forget things ... to be continued.
Release core, if needed, then:
1. deltachat-android: check CHANGES.md, commit, push
1. deltachat-android: check CHANGLOG.md, commit, push
2. deltachat-android/tools: `$ ./update-core.sh`, push
3. deltachat-android/tools: `$ ./txpull`, if there are changes: commit, push
4. deltachat-android: bump version, commit, push
5. deltachat-android on Github: "Draft a new release" with the version form `v1.2.4`
5. deltachat-android on Github: "Draft a new release" with the version form `v1.2.3`
... some days later, F-Droid should be updated.
For an additional APK:
6. in Android Studio select "Build / Build APK"
7. rename the generated APK to `deltachat-<version>.apk`
7. rename the generated APK to `deltachat-v1.2.3.apk`
8. upload the APK to the created Github release