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

Unverified Commit bbabc718 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Update gradle, move package id from Manifest to build.gradle

parent fad57503
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ buildscript {
    }

    dependencies {
        classpath 'com.android.tools.build:gradle:7.3.0'
        classpath 'com.android.tools.build:gradle:7.3.1'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
        classpath "org.jetbrains.dokka:dokka-gradle-plugin:${versions.dokka}"
    }
@@ -45,6 +45,8 @@ android {
        buildConfigField "String", "version_ical4j", "\"${versions.ical4j}\""
    }

    namespace 'at.bitfire.ical4android'

    compileOptions {
        // ical4j >= 3.x uses the Java 8 Time API
        coreLibraryDesugaringEnabled true
+1 −2
Original line number Diff line number Diff line
@@ -10,8 +10,7 @@
  ~ PURPOSE.  See the GNU General Public License for more details.
  -->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="at.bitfire.ical4android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

    <!-- read/write Android calendars -->
    <uses-permission android:name="android.permission.READ_CALENDAR" />