Loading app/build.gradle +5 −0 Original line number Diff line number Diff line apply plugin: 'com.android.application' apply plugin: 'org.jetbrains.kotlin.android' def buildDate = { -> return new Date().format('yyyyMMddHHmmss') Loading Loading @@ -115,10 +116,14 @@ android { disable 'MissingTranslation' } namespace 'it.niedermann.owncloud.notes' kotlinOptions { jvmTarget = '11' } } dependencies { implementation 'androidx.core:core-ktx:1.10.1' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.6' // Nextcloud SSO Loading build.gradle +4 −0 Original line number Diff line number Diff line // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { kotlin_version = '1.9.24' } repositories { mavenCentral() google() } dependencies { classpath 'com.android.tools.build:gradle:7.3.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files Loading Loading
app/build.gradle +5 −0 Original line number Diff line number Diff line apply plugin: 'com.android.application' apply plugin: 'org.jetbrains.kotlin.android' def buildDate = { -> return new Date().format('yyyyMMddHHmmss') Loading Loading @@ -115,10 +116,14 @@ android { disable 'MissingTranslation' } namespace 'it.niedermann.owncloud.notes' kotlinOptions { jvmTarget = '11' } } dependencies { implementation 'androidx.core:core-ktx:1.10.1' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.6' // Nextcloud SSO Loading
build.gradle +4 −0 Original line number Diff line number Diff line // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { kotlin_version = '1.9.24' } repositories { mavenCentral() google() } dependencies { classpath 'com.android.tools.build:gradle:7.3.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files Loading