Skip to content

Commit

Permalink
build: java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-elimu committed Feb 24, 2025
1 parent b01fd5f commit df5df4c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 31
compileSdk 35

defaultConfig {
applicationId "ai.elimu.soundcards"
minSdkVersion 24
targetSdkVersion 31
minSdkVersion 26
targetSdkVersion 35
versionCode 2000001
versionName "2.0.1-SNAPSHOT"
setProperty("archivesBaseName", "${applicationId}-${versionCode}")
Expand Down Expand Up @@ -38,8 +38,8 @@ android {
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
namespace 'ai.elimu.soundcards'
}
Expand Down

0 comments on commit df5df4c

Please sign in to comment.