Skip to content

Commit abbb92f

Browse files
Merge branch 'develop' into feat/video_navigation
# Conflicts: # course/src/main/java/org/openedx/course/presentation/ui/CourseUI.kt # course/src/main/java/org/openedx/course/presentation/unit/container/CourseUnitContainerFragment.kt
2 parents ac10f8c + f3ffa98 commit abbb92f

File tree

15 files changed

+148
-210
lines changed

15 files changed

+148
-210
lines changed

app/build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,11 @@ android {
9191
sourceCompatibility java_version
9292
targetCompatibility java_version
9393
}
94-
kotlinOptions {
95-
jvmTarget = java_version
96-
freeCompilerArgs = List.of("-Xstring-concat=inline")
94+
kotlin {
95+
compilerOptions {
96+
jvmTarget = jvm_target_version
97+
freeCompilerArgs = ['-XXLanguage:+PropertyParamAnnotationDefaultTargetMode']
98+
}
9799
}
98100
buildFeatures {
99101
viewBinding true

app/proguard-rules.pro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,7 @@
6969
-dontwarn org.bouncycastle.openssl.jcajce.JcaPEMKeyConverter
7070
-dontwarn com.android.billingclient.api.BillingClientStateListener
7171
-dontwarn com.android.billingclient.api.PurchasesUpdatedListener
72+
-dontwarn com.google.crypto.tink.subtle.XChaCha20Poly1305
73+
-dontwarn net.jcip.annotations.GuardedBy
74+
-dontwarn net.jcip.annotations.Immutable
75+
-dontwarn net.jcip.annotations.ThreadSafe

0 commit comments

Comments
 (0)