mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3863b74fbd | |||
| 8216ce7d20 | |||
| a7a06ce26b |
+1
-1
@@ -1,6 +1,6 @@
|
||||
# Delta Chat Changelog
|
||||
|
||||
## v0.11.0
|
||||
## v0.11.1
|
||||
2017-12-14
|
||||
|
||||
* Add option to initiate Autocrypt Key Transfer
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Submodule MessengerProj/jni/messenger-backend updated: 9fe6dbf5fc...f488f9b9c1
+3
-3
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user