Release v1.0.35
This commit is contained in:
parent
aa5e37c5f5
commit
ac85c554b1
@ -1,3 +1,8 @@
|
||||
### Version 1.0.35 Tag: v1.0.35 (2020-06-01)
|
||||
* Gradle und Lib updates (Android Studio 4) (@jmgfr)
|
||||
* Friendly name for downloaded files (@jmgfr)
|
||||
* Add 0.5x and 1.25x to video speed menu (@jmgfr)
|
||||
|
||||
### Version 1.0.34 Tag: v1.0.34 (2020-05-16)
|
||||
* Gradle updates
|
||||
|
||||
|
@ -6,8 +6,8 @@ android {
|
||||
applicationId "net.schueller.peertube"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 28
|
||||
versionCode 1034
|
||||
versionName "1.0.34"
|
||||
versionCode 1035
|
||||
versionName "1.0.35"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
ext {
|
||||
libVersions = [
|
||||
@ -70,6 +70,7 @@ android {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
buildToolsVersion '28.0.3'
|
||||
|
||||
applicationVariants.all { variant ->
|
||||
variant.resValue "string", "versionName", variant.versionName
|
||||
|
Loading…
Reference in New Issue
Block a user