mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 06:11:19 +00:00
Bumped version to 0.10.3
This commit is contained in:
parent
a2b3a1b4d6
commit
a989e4df97
2 changed files with 4 additions and 5 deletions
|
@ -35,8 +35,8 @@ android {
|
||||||
applicationId "com.nutomic.syncthingandroid"
|
applicationId "com.nutomic.syncthingandroid"
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode 4135
|
versionCode 4136
|
||||||
versionName "0.10.2"
|
versionName "0.10.3"
|
||||||
testApplicationId 'com.nutomic.syncthingandroid.test'
|
testApplicationId 'com.nutomic.syncthingandroid.test'
|
||||||
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
|
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
|
||||||
playAccountConfig = playAccountConfigs.defaultAccountConfig
|
playAccountConfig = playAccountConfigs.defaultAccountConfig
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
- delay file scan events to prevent invalid files (@nutomic)
|
- fixed usage reporting dialog not going away (@nutomic)
|
||||||
- update build tools to fix crash on Cyanogenmod devices (@nutomic)
|
- updated Syncthing to v0.14.43
|
||||||
- updated Syncthing to v0.14.42
|
|
||||||
- imported translations
|
- imported translations
|
||||||
|
|
Loading…
Reference in a new issue