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

Commit 9dd5b22a authored by Suhail Alkowaileet's avatar Suhail Alkowaileet
Browse files

Remove forcing gradle version.

Update version to: 1.0.1
parent 082d077d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,8 +20,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="ws.xsoh.etar"
    android:installLocation="auto"
    android:versionCode="4"
    android:versionName="1.0">
    android:versionCode="5"
    android:versionName="1.0.1">
<!--         android:sharedUserLabel="@string/app_label"> -->

    <!--
+0 −4
Original line number Diff line number Diff line
@@ -14,10 +14,6 @@ allprojects {
    }
}

task wrapper(type: Wrapper) {
    gradleVersion = '1.8'
}

project(':external:calendar') {
    apply plugin: 'android-library'