Skip to content

Commit

Permalink
Fix compilation error on android
Browse files Browse the repository at this point in the history
  • Loading branch information
ferraridamiano committed May 18, 2024
1 parent 87c448d commit 582c307
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 36 deletions.
10 changes: 0 additions & 10 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}

kotlinOptions {
jvmTarget = '1.8'
}

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

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.ferrarid.converterpro"
Expand Down Expand Up @@ -80,5 +72,3 @@ android {
flutter {
source '../..'
}

dependencies { }

This file was deleted.

2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-all.zip

0 comments on commit 582c307

Please sign in to comment.