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

Commit 9ae151f6 authored by Nihar Thakkar's avatar Nihar Thakkar
Browse files

Update Gradle, SDK and dependency versions

parent c4acea25
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
apply plugin: 'com.android.application'

android {
    compileSdkVersion 27
    buildToolsVersion '27.0.3'
    compileSdkVersion 28
    buildToolsVersion '28.0.3'

    defaultConfig {
        applicationId "it.niedermann.owncloud.notes"
        minSdkVersion 23
        targetSdkVersion 27
        targetSdkVersion 28
        versionCode 37
        versionName "0.22.3"
    }
@@ -32,10 +32,10 @@ dependencies {
    implementation 'com.yydcdut:rxmarkdown-wrapper:0.1.3'

    implementation 'com.jakewharton:butterknife:8.8.1'
    implementation 'com.android.support.constraint:constraint-layout:1.1.2'
    implementation 'com.android.support.constraint:constraint-layout:1.1.3'
    annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'

    def supportLibVersion = '27.1.1'
    def supportLibVersion = '28.0.0'

    implementation "com.android.support:appcompat-v7:${supportLibVersion}"
    implementation "com.android.support:design:${supportLibVersion}"
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@
    <string name="settings_note_mode">Display tilstand for noter</string>
    <string name="settings_cert_trust_system">Stol på systemcertifikater</string>
    <string name="settings_cert_trust_system_on">System og bruger tilføjede CA\'er stoles der på (anbefalet)</string>
    <string name="settings_cert_trust_system_off">System og bruger tilføjede CA\\'er stoles der ikke på</string>
    <string name="settings_cert_trust_system_off">System og bruger tilføjede CA\'er stoles der ikke på</string>
    <string name="settings_cert_reset">Nulstil (ikke)betroede certifikater</string>
    <string name="settings_cert_reset_summary">Nulstiller alle brugerdefinerede certifikater</string>
    <string name="settings_cert_reset_toast">Alle brugerdefinerede certifikater er fjernet</string>
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ buildscript {
    }
    dependencies {
        apply plugin: 'maven'
        classpath 'com.android.tools.build:gradle:3.1.3'
        classpath 'com.android.tools.build:gradle:3.2.1'

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
Compare cb7f4adc to 2a43cbed
Original line number Diff line number Diff line
Subproject commit cb7f4adc34ec1565faa0427d97c4f0c74dc159de
Subproject commit 2a43cbed0e0f176a645105227f661d2f60b15c8c
+2 −2
Original line number Diff line number Diff line
#Fri Apr 06 20:28:39 CEST 2018
#Sat Nov 10 14:24:00 IST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip