TalkBack: Force version name

This commit is contained in:
Pierre Rudloff 2018-05-22 13:21:24 +02:00
parent 1b242b17ec
commit 55681ef63e
2 changed files with 4 additions and 17 deletions

View file

@ -1,4 +1,3 @@
Disabled:Possibly causes https://gitlab.com/fdroid/fdroidclient/issues/1416
Categories:System
License:Apache-2.0
Web Site:https://support.google.com/accessibility/android/answer/6283677?hl=en
@ -28,10 +27,11 @@ Repo:https://github.com/google/talkback.git
Build:6.1,50200001
commit=e69d4731fce02bb9e69613d0e48c29033cad4a98
patch=play-services.patch,android-21.patch
patch=play-services.patch
gradle=yes
prebuild=rm libs/*.jar
novcheck=yes
rm=libs
prebuild=sed -i 's/minSdkVersion 26/minSdkVersion 21/' build.gradle && \
sed -i 's/android:versionCode=/android:versionName="6.1" android:versionCode=/' src/main/AndroidManifest.xml
Auto Update Mode:None
Update Check Mode:None

View file

@ -1,13 +0,0 @@
diff --git a/build.gradle b/build.gradle
index c67eb3b..de6b1ac 100644
--- a/build.gradle
+++ b/build.gradle
@@ -25,7 +25,7 @@ allprojects {
android {
buildToolsVersion '27.0.0'
defaultConfig {
- minSdkVersion 26
+ minSdkVersion 21
targetSdkVersion 27
testInstrumentationRunner 'android.test.InstrumentationTestRunner'
multiDexEnabled true