Skip to content

Commit

Permalink
fix ndk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Webierta committed Dec 18, 2022
1 parent 2ea45bd commit 8d78e88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
compileSdkVersion 33

ndkVersion flutter.ndkVersion
ndkVersion "23.1.7779620"

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down
2 changes: 1 addition & 1 deletion lib/pages/about.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class About extends StatelessWidget {
const Head(),
const Icon(Icons.code, size: 60, color: Color(0xFF1565C0)),
Text(
'Versión 2.4.2', // VERSION
'Versión 2.4.3', // VERSION
style: Theme.of(context).textTheme.bodyText1,
),
Text(
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: precio_luz
description: Detailed information by hours on the price of electricity in Spain (PVPC) for efficient management of electricity consumption.

version: 2.4.2+25
version: 2.4.3+26

environment:
sdk: ">=2.6.0 <3.0.0"
Expand Down

0 comments on commit 8d78e88

Please sign in to comment.