Skip to content

Commit

Permalink
bump java version and ua_client_hints (#1241)
Browse files Browse the repository at this point in the history
  • Loading branch information
thePeras authored Jun 12, 2024
2 parents 7e25ca3 + 46c3eff commit 36b0f44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions uni/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,20 @@ android {
ndkVersion flutter.ndkVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17

// This is required by flutter_local_notifications. See its README.
coreLibraryDesugaringEnabled true
}

kotlinOptions {
jvmTarget = "1.8"
}

sourceSets {
main.java.srcDirs += "src/main/kotlin"
}

defaultConfig {
applicationId "pt.up.fe.ni.uni"
minSdkVersion 21
minSdkVersion 22
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down
2 changes: 1 addition & 1 deletion uni/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies:
synchronized: ^3.0.0
timelines: ^0.1.0
tuple: ^2.0.0
ua_client_hints: ^1.2.2
ua_client_hints: ^1.3.1
url_launcher: ^6.2.2
workmanager: ^0.5.2

Expand Down

0 comments on commit 36b0f44

Please sign in to comment.