-
Notifications
You must be signed in to change notification settings - Fork 0
feat: asignatura screen #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Changes from all commits
357fb4c
bdd4b53
4db7445
dff763b
2f4429c
07682fc
915b922
0d79211
00e033c
9a43531
394dfc2
78fed21
92e952e
bf4e9b2
f796f82
9776c7e
3694733
d67045c
259d03d
21d0877
a9807e5
c8d5355
21d6e54
3fec4df
57781af
3fa0dc7
7d30104
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| SIGA_ENDPOINT=https://siga.utem.cl | ||
| EXDEV_API_ENDPOINT=https://api.exdev.cl |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,7 @@ plugins { | |
| } | ||
|
|
||
| android { | ||
| namespace = "cl.exdev.miutem" | ||
| namespace = "cl.inndev.miutem" | ||
| compileSdk = 34 | ||
| ndkVersion = flutter.ndkVersion | ||
|
|
||
|
|
@@ -24,7 +24,7 @@ android { | |
|
|
||
| // AQUI SE TIENE QUE USAR LA CONFIGURACION DEL KEYSTORE QUE TIENE LA APP OFICIAL | ||
| defaultConfig { | ||
| applicationId = "cl.exdev.miutem" | ||
| applicationId = "cl.inndev.miutem" | ||
|
||
|
|
||
| minSdk = 23 | ||
| targetSdk = 34 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| description: This file stores settings for Dart & Flutter DevTools. | ||
| documentation: https://docs.flutter.dev/tools/devtools/extensions#configure-extension-enablement-states | ||
| extensions: |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| # Uncomment this line to define a global platform for your project | ||
| platform :ios, '13.0' | ||
| platform :ios, '16.0' | ||
|
|
||
|
Comment on lines
1
to
3
|
||
| # CocoaPods analytics sends network stats synchronously affecting flutter build latency. | ||
| ENV['COCOAPODS_DISABLE_STATS'] = 'true' | ||
|
|
@@ -31,10 +31,6 @@ target 'Runner' do | |
| use_frameworks! | ||
| use_modular_headers! | ||
|
|
||
| pod 'FirebaseFirestore', | ||
| :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', | ||
| :tag => '11.4.0' | ||
|
|
||
| flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) | ||
| target 'RunnerTests' do | ||
| inherit! :search_paths | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cambio de
namespacede Android. Esto es una modificación de alto impacto (paquete/manifest, Play Store, deep links, etc.) y no está mencionada en la descripción del PR. Confirmar que es intencional y que el resto de la configuración (applicationId, google-services, intent-filters) se actualiza en consecuencia.