Skip to content

Commit

Permalink
Merge branch 'main' into feature/avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
Daviiddoo committed Jul 23, 2024
2 parents 391338b + d9d2e78 commit 0c40581
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions forui/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,15 @@ if (flutterVersionName == null) {

android {
namespace "com.foruslabs.forui.samples.samples"
compileSdk flutter.compileSdkVersion
ndkVersion flutter.ndkVersion
compileSdk 34

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

kotlinOptions {
jvmTarget = '1.8'
jvmTarget = '17'
}

sourceSets {
Expand All @@ -42,7 +41,7 @@ android {

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.foruslabs.forui.samples.samples"
applicationId "com.foruslabs.forui.example"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion flutter.minSdkVersion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
4 changes: 2 additions & 2 deletions forui/example/android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ pluginManagement {

plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "7.3.0" apply false
id "org.jetbrains.kotlin.android" version "1.7.10" apply false
id "com.android.application" version '8.4.0' apply false
id "org.jetbrains.kotlin.android" version "2.0.0" apply false
}

include ":app"

0 comments on commit 0c40581

Please sign in to comment.