Loading build.gradle +3 −1 Original line number Diff line number Diff line Loading @@ -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}" } Loading Loading @@ -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 Loading src/main/AndroidManifest.xml +1 −2 Original line number Diff line number Diff line Loading @@ -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" /> Loading Loading
build.gradle +3 −1 Original line number Diff line number Diff line Loading @@ -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}" } Loading Loading @@ -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 Loading
src/main/AndroidManifest.xml +1 −2 Original line number Diff line number Diff line Loading @@ -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" /> Loading