Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75bfff1

Browse files
committed
update gradle and libraries
1 parent b5ada7e commit 75bfff1

9 files changed

Lines changed: 139 additions & 73 deletions

File tree

.flutter-plugins-dependencies

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"battery_plus","path":"C:\\\\Users\\\\maily\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\battery_plus-6.2.1\\\\","native_build":true,"dependencies":[]}],"android":[{"name":"battery_plus","path":"C:\\\\Users\\\\maily\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\battery_plus-6.2.1\\\\","native_build":true,"dependencies":[]}],"macos":[{"name":"battery_plus","path":"C:\\\\Users\\\\maily\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\battery_plus-6.2.1\\\\","native_build":true,"dependencies":[]}],"linux":[{"name":"battery_plus","path":"C:\\\\Users\\\\maily\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\battery_plus-6.2.1\\\\","native_build":false,"dependencies":[]}],"windows":[{"name":"battery_plus","path":"C:\\\\Users\\\\maily\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\battery_plus-6.2.1\\\\","native_build":true,"dependencies":[]}],"web":[{"name":"battery_plus","path":"C:\\\\Users\\\\maily\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\battery_plus-6.2.1\\\\","dependencies":[]}]},"dependencyGraph":[{"name":"battery_plus","dependencies":[]}],"date_created":"2025-01-22 19:51:31.498106","version":"3.27.1","swift_package_manager_enabled":false}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"battery_plus","path":"C:\\\\Users\\\\maily\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\battery_plus-6.2.1\\\\","native_build":true,"dependencies":[]}],"android":[{"name":"battery_plus","path":"C:\\\\Users\\\\maily\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\battery_plus-6.2.1\\\\","native_build":true,"dependencies":[]}],"macos":[{"name":"battery_plus","path":"C:\\\\Users\\\\maily\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\battery_plus-6.2.1\\\\","native_build":true,"dependencies":[]}],"linux":[{"name":"battery_plus","path":"C:\\\\Users\\\\maily\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\battery_plus-6.2.1\\\\","native_build":false,"dependencies":[]}],"windows":[{"name":"battery_plus","path":"C:\\\\Users\\\\maily\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\battery_plus-6.2.1\\\\","native_build":true,"dependencies":[]}],"web":[{"name":"battery_plus","path":"C:\\\\Users\\\\maily\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\battery_plus-6.2.1\\\\","dependencies":[]}]},"dependencyGraph":[{"name":"battery_plus","dependencies":[]}],"date_created":"2025-01-23 15:26:54.356110","version":"3.27.1","swift_package_manager_enabled":false}

example/android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ apply plugin: 'kotlin-android'
2626
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2727

2828
android {
29+
namespace 'com.example.example'
2930
compileSdkVersion flutter.compileSdkVersion
3031
ndkVersion flutter.ndkVersion
3132

example/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
buildscript {
2-
ext.kotlin_version = '1.6.10'
2+
ext.kotlin_version = '1.9.10'
33
repositories {
44
google()
55
mavenCentral()
66
}
77

88
dependencies {
9-
classpath 'com.android.tools.build:gradle:7.1.2'
9+
classpath 'com.android.tools.build:gradle:8.7.0'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111
}
1212
}
@@ -26,6 +26,6 @@ subprojects {
2626
project.evaluationDependsOn(':app')
2727
}
2828

29-
task clean(type: Delete) {
29+
tasks.register("clean", Delete) {
3030
delete rootProject.buildDir
3131
}

example/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
#Wed Jan 22 19:27:26 IST 2025
12
distributionBase=GRADLE_USER_HOME
23
distributionPath=wrapper/dists
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
35
zipStoreBase=GRADLE_USER_HOME
46
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip

example/ios/Flutter/flutter_export_environment.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/sh
22
# This is a generated file; do not edit or check into version control.
3-
export "FLUTTER_ROOT=/home/debuggerx/flutter_stable"
4-
export "FLUTTER_APPLICATION_PATH=/home/debuggerx/StudioProjects/battery_indicator/example"
3+
export "FLUTTER_ROOT=C:\Programs\Android\flutter"
4+
export "FLUTTER_APPLICATION_PATH=C:\Dev\battery_indicator\example"
55
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
6-
export "FLUTTER_TARGET=lib/main.dart"
6+
export "FLUTTER_TARGET=lib\main.dart"
77
export "FLUTTER_BUILD_DIR=build"
88
export "FLUTTER_BUILD_NAME=1.0.0"
99
export "FLUTTER_BUILD_NUMBER=1"

0 commit comments

Comments
 (0)