Loading app/build.gradle +6 −6 Original line number Diff line number Diff line Loading @@ -18,8 +18,8 @@ android { defaultConfig { applicationId "foundation.e.accountmanager" versionCode 403070001 versionName '4.3.7' versionCode 403080000 versionName '4.3.8' buildConfigField "long", "buildTime", System.currentTimeMillis() + "L" Loading Loading @@ -52,7 +52,7 @@ android { composeOptions { // Keep this in sync with Kotlin version: // https://developer.android.com/jetpack/androidx/releases/compose-kotlin kotlinCompilerExtensionVersion = "1.5.1" kotlinCompilerExtensionVersion = "1.5.3" } // Java namespace for our classes (not to be confused with Android package ID) Loading Loading @@ -169,8 +169,8 @@ dependencies { implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation "androidx.work:work-runtime-ktx:${versions.workManager}" implementation 'com.google.android.flexbox:flexbox:3.0.0' implementation 'androidx.recyclerview:recyclerview:1.3.0' implementation 'com.google.android.material:material:1.9.0' implementation 'androidx.recyclerview:recyclerview:1.3.2' implementation 'com.google.android.material:material:1.10.0' // Jetpack Compose implementation platform("androidx.compose:compose-bom:${versions.composeBom}") Loading Loading @@ -241,7 +241,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.5' androidTestImplementation "androidx.work:work-testing:${versions.workManager}" androidTestImplementation "com.squareup.okhttp3:mockwebserver:${versions.okhttp}" androidTestImplementation 'io.mockk:mockk-android:1.13.7' androidTestImplementation 'io.mockk:mockk-android:1.13.8' androidTestImplementation 'junit:junit:4.13.2' testImplementation "com.squareup.okhttp3:mockwebserver:${versions.okhttp}" Loading app/src/androidTest/java/at/bitfire/davdroid/CustomTestRunner.kt→app/src/androidTest/kotlin/at/bitfire/davdroid/CustomTestRunner.kt +0 −0 File moved. View file app/src/androidTest/java/at/bitfire/davdroid/InitCalendarProviderRule.kt→app/src/androidTest/kotlin/at/bitfire/davdroid/InitCalendarProviderRule.kt +0 −0 File moved. View file app/src/androidTest/java/at/bitfire/davdroid/MockingModule.kt→app/src/androidTest/kotlin/at/bitfire/davdroid/MockingModule.kt +0 −0 File moved. View file app/src/androidTest/java/at/bitfire/davdroid/TestUtils.kt→app/src/androidTest/kotlin/at/bitfire/davdroid/TestUtils.kt +0 −0 File moved. View file Loading
app/build.gradle +6 −6 Original line number Diff line number Diff line Loading @@ -18,8 +18,8 @@ android { defaultConfig { applicationId "foundation.e.accountmanager" versionCode 403070001 versionName '4.3.7' versionCode 403080000 versionName '4.3.8' buildConfigField "long", "buildTime", System.currentTimeMillis() + "L" Loading Loading @@ -52,7 +52,7 @@ android { composeOptions { // Keep this in sync with Kotlin version: // https://developer.android.com/jetpack/androidx/releases/compose-kotlin kotlinCompilerExtensionVersion = "1.5.1" kotlinCompilerExtensionVersion = "1.5.3" } // Java namespace for our classes (not to be confused with Android package ID) Loading Loading @@ -169,8 +169,8 @@ dependencies { implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation "androidx.work:work-runtime-ktx:${versions.workManager}" implementation 'com.google.android.flexbox:flexbox:3.0.0' implementation 'androidx.recyclerview:recyclerview:1.3.0' implementation 'com.google.android.material:material:1.9.0' implementation 'androidx.recyclerview:recyclerview:1.3.2' implementation 'com.google.android.material:material:1.10.0' // Jetpack Compose implementation platform("androidx.compose:compose-bom:${versions.composeBom}") Loading Loading @@ -241,7 +241,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.5' androidTestImplementation "androidx.work:work-testing:${versions.workManager}" androidTestImplementation "com.squareup.okhttp3:mockwebserver:${versions.okhttp}" androidTestImplementation 'io.mockk:mockk-android:1.13.7' androidTestImplementation 'io.mockk:mockk-android:1.13.8' androidTestImplementation 'junit:junit:4.13.2' testImplementation "com.squareup.okhttp3:mockwebserver:${versions.okhttp}" Loading
app/src/androidTest/java/at/bitfire/davdroid/CustomTestRunner.kt→app/src/androidTest/kotlin/at/bitfire/davdroid/CustomTestRunner.kt +0 −0 File moved. View file
app/src/androidTest/java/at/bitfire/davdroid/InitCalendarProviderRule.kt→app/src/androidTest/kotlin/at/bitfire/davdroid/InitCalendarProviderRule.kt +0 −0 File moved. View file
app/src/androidTest/java/at/bitfire/davdroid/MockingModule.kt→app/src/androidTest/kotlin/at/bitfire/davdroid/MockingModule.kt +0 −0 File moved. View file
app/src/androidTest/java/at/bitfire/davdroid/TestUtils.kt→app/src/androidTest/kotlin/at/bitfire/davdroid/TestUtils.kt +0 −0 File moved. View file