Skip to content

Commit

Permalink
Merge pull request #6 from ahmedsaadx/dev
Browse files Browse the repository at this point in the history
[ appbundle ] versionCode=1 versionNumber=1.2.3
  • Loading branch information
ahmedsaadx authored Nov 3, 2024
2 parents fae1584 + 17aca02 commit a8cbbb1
Show file tree
Hide file tree
Showing 57 changed files with 14 additions and 2,866 deletions.
1 change: 1 addition & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ android {
flutter {
source = "../.."
}
apply plugin: 'com.google.gms.google-services'
13 changes: 13 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
// android/build.gradle

buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.2' // Use the version you're targeting
classpath 'com.google.gms:google-services:4.3.3' // Firebase/Google services plugin
}
}

allprojects {
repositories {
google()
Expand Down
1 change: 0 additions & 1 deletion linux/.gitignore

This file was deleted.

145 changes: 0 additions & 145 deletions linux/CMakeLists.txt

This file was deleted.

88 changes: 0 additions & 88 deletions linux/flutter/CMakeLists.txt

This file was deleted.

6 changes: 0 additions & 6 deletions linux/main.cc

This file was deleted.

124 changes: 0 additions & 124 deletions linux/my_application.cc

This file was deleted.

Loading

0 comments on commit a8cbbb1

Please sign in to comment.