Skip to content

Commit

Permalink
Merge pull request #15 from FGA0138-MDS-Ajax/5-sistema-de-integração-…
Browse files Browse the repository at this point in the history
…microsoft365

[BUG] Configuração de build adaptada as dependências
  • Loading branch information
JAugustoM authored Nov 25, 2024
2 parents d96385b + dca699d commit 9f5686e
Show file tree
Hide file tree
Showing 13 changed files with 64 additions and 386 deletions.
9 changes: 0 additions & 9 deletions catavento/.gitattributes

This file was deleted.

6 changes: 0 additions & 6 deletions catavento/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,3 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release

# Ignore Gradle project-specific cache directory
.gradle

# Ignore Gradle build output directory
build
4 changes: 2 additions & 2 deletions catavento/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
ndkVersion = flutter.ndkVersion

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

kotlinOptions {
Expand Down
1 change: 0 additions & 1 deletion catavento/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />
<application
android:label="catavento"
android:name="${applicationName}"
Expand Down
6 changes: 0 additions & 6 deletions catavento/build.gradle.kts

This file was deleted.

Binary file removed catavento/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
7 changes: 0 additions & 7 deletions catavento/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

249 changes: 0 additions & 249 deletions catavento/gradlew

This file was deleted.

92 changes: 0 additions & 92 deletions catavento/gradlew.bat

This file was deleted.

Loading

0 comments on commit 9f5686e

Please sign in to comment.