Skip to content

Commit

Permalink
fix : sourceCompatibility JavaVersion.VERSION_17
Browse files Browse the repository at this point in the history
  • Loading branch information
FenilInfy0m authored and FenilInfy0m committed Jan 3, 2024
1 parent 3eb5c38 commit 17ce597
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 5 deletions.
Binary file modified .gradle/8.2/checksums/checksums.lock
Binary file not shown.
Binary file modified .gradle/8.2/checksums/md5-checksums.bin
Binary file not shown.
Binary file modified .gradle/8.2/checksums/sha1-checksums.bin
Binary file not shown.
Binary file modified .gradle/8.2/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/8.2/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/8.2/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/8.2/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/8.2/fileHashes/resourceHashesCache.bin
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file modified .gradle/file-system.probe
Binary file not shown.
6 changes: 3 additions & 3 deletions adsSdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
}

Expand All @@ -40,7 +40,7 @@ dependencies {
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'

implementation 'com.airbnb.android:lottie:6.2.0'
implementation 'com.airbnb.android:lottie:6.3.0'

constraints {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0") {
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
}

Expand Down

0 comments on commit 17ce597

Please sign in to comment.