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

Unverified Commit 769fbfbd authored by AndyScherzinger's avatar AndyScherzinger
Browse files

bump plugin to 2.2.0 and target to 25

parent fe94778a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@

    <uses-sdk
        android:minSdkVersion="11"
        android:targetSdkVersion="24" />
        android:targetSdkVersion="25" />

</manifest>
+3 −3
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ buildscript {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:2.2.0'
        classpath 'com.android.tools.build:gradle:2.2.2'
        classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
    }
}
@@ -22,8 +22,8 @@ dependencies {
}

android {
    compileSdkVersion 24
    buildToolsVersion "24.0.2"
    compileSdkVersion 25
    buildToolsVersion "25.0.0"

    sourceSets {
        main {
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-sdk
        android:minSdkVersion="11"
        android:targetSdkVersion="24" />
        android:targetSdkVersion="25" />
    <application android:label="@string/app_name" android:icon="@drawable/ic_launcher">
        <activity 	android:name="MainActivity"
                  	android:label="@string/app_name"
+2 −2
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@ dependencies {
}

android {
    compileSdkVersion 24
    buildToolsVersion "24.0.2"
    compileSdkVersion 25
    buildToolsVersion "25.0.0"

    sourceSets {
        main {
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
 -->
 
<resources>
    <string name="app_name">ownCloud Sample Client</string>
    <string name="app_name">Nextcloud Sample Client</string>
    <string name="refresh">Refresh</string>
    <string name="upload">Upload</string>
    <string name="delete_remote_file">Delete remote file</string>
Loading