Version Bump
This commit is contained in:
parent
341b62fa57
commit
7ead073ca9
@ -1,3 +1,9 @@
|
|||||||
|
### Version 1.0.37 Tag: v1.0.37 (2020-06-19)
|
||||||
|
* Making Selecting a search suggestion fill search field (@dhk2)
|
||||||
|
* Adding configuration setting and supporting code to choose language (@dhk2)
|
||||||
|
* Adding configuration setting and code for configurable back button behavior (@dhk2)
|
||||||
|
* Various translations
|
||||||
|
|
||||||
### Version 1.0.36 Tag: v1.0.36 (2020-06-14)
|
### Version 1.0.36 Tag: v1.0.36 (2020-06-14)
|
||||||
* fix 'cannot make a new request because the previous response (@lishoujun)
|
* fix 'cannot make a new request because the previous response (@lishoujun)
|
||||||
* Various translations
|
* Various translations
|
||||||
|
@ -6,8 +6,8 @@ android {
|
|||||||
applicationId "net.schueller.peertube"
|
applicationId "net.schueller.peertube"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 1036
|
versionCode 1037
|
||||||
versionName "1.0.36"
|
versionName "1.0.37"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
ext {
|
ext {
|
||||||
libVersions = [
|
libVersions = [
|
||||||
|
Loading…
Reference in New Issue
Block a user