Loading AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ android:hardwareAccelerated="true" android:icon="@mipmap/ic_launcher" android:label="@string/standalone_app_label" android:taskAffinity="org.sufficientlysecure.standalonecalendar.task" android:taskAffinity="ws.xsoh.etar.task" android:theme="@style/CalendarAppTheme"> <activity Loading build.gradle +7 −0 Original line number Diff line number Diff line Loading @@ -191,4 +191,11 @@ android { } else { buildTypes.release.signingConfig = null } lintOptions { checkReleaseBuilds false // Or, if you prefer, you can continue to check for errors in release builds, // but continue the build even when errors are found: abortOnError false } } No newline at end of file Loading
AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ android:hardwareAccelerated="true" android:icon="@mipmap/ic_launcher" android:label="@string/standalone_app_label" android:taskAffinity="org.sufficientlysecure.standalonecalendar.task" android:taskAffinity="ws.xsoh.etar.task" android:theme="@style/CalendarAppTheme"> <activity Loading
build.gradle +7 −0 Original line number Diff line number Diff line Loading @@ -191,4 +191,11 @@ android { } else { buildTypes.release.signingConfig = null } lintOptions { checkReleaseBuilds false // Or, if you prefer, you can continue to check for errors in release builds, // but continue the build even when errors are found: abortOnError false } } No newline at end of file