Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 8431d4a0 authored by Marten Gajda's avatar Marten Gajda Committed by GitHub
Browse files

Update Target SDK Version to 29 (#886)

Also update gradle wrapper and travis file and fixes a build error.
parent 423e3b0c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -14,8 +14,10 @@ android:
    - platform-tools
    - tools
    - build-tools-28.0.3
    - build-tools-29.0.2
    - android-24
    - android-28
    - android-29
    - extra
    - extra-android-m2repository
    - sys-img-armeabi-v7a-android-24
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ buildscript {
        mavenCentral()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.4.1'
        classpath 'com.android.tools.build:gradle:3.5.2'
        classpath("com.github.triplet.gradle:play-publisher:2.0.0-rc1")
    }
}
+2 −2
Original line number Diff line number Diff line
COMPILE_SDK_VERSION=28
COMPILE_SDK_VERSION=29
MIN_SDK_VERSION=19
TARGET_SDK_VERSION=26
TARGET_SDK_VERSION=29
VERSION_OVERRIDE=0
android.enableJetifier=true
android.useAndroidX=true
+2 −1
Original line number Diff line number Diff line
#Thu Nov 14 17:12:16 CET 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
+1 −1
Original line number Diff line number Diff line
@@ -274,7 +274,7 @@

    <!-- GET_ACCOUNTS permission (in CONTACTS permission group) requesting dialog: -->
    <string name="opentasks_permission_request_dialog_getaccounts_title">Angen caniatâd</string>
    <string name="opentasks_permission_request_dialog_getaccounts_message"><![CDATA[Er mwyn darllen y rhestr o gyfrifon ar dy ddyfais sy'n cefnogi cydamseru tasgau, mae ar %s angen caniatâd GET_ACCOUNTS.<br/><br/>
    <string name="opentasks_permission_request_dialog_getaccounts_message"><![CDATA[Er mwyn darllen y rhestr o gyfrifon ar dy ddyfais sy\'n cefnogi cydamseru tasgau, mae ar %s angen caniatâd GET_ACCOUNTS.<br/><br/>
    Noder, oherwydd dewis anffodus gan Google, caiff y cais am ganiatâd ei labelu fel &quot;access your contacts&quot; yn hytrach na &quot;read your accounts&quot;. Gweler <a href="https://issuetracker.google.com/issues/37065963">Issue 37065963</a> am wybodaeth bellach.]]></string>
    <string name="opentasks_permission_request_dialog_getaccounts_button_continue">Parhau</string>
    <string name="opentasks_permission_request_dialog_getaccounts_button_settings">Agor Gosodiadau</string>