Skip to content

Commit

Permalink
Merge pull request #10 from demola234:ci/cd
Browse files Browse the repository at this point in the history
Ci/cd
  • Loading branch information
demola234 committed Aug 31, 2023
2 parents b635681 + f4b5d6e commit bcd3f33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"cSpell.words": ["appbar", "Etherium", "RGBO"]
"cSpell.words": ["appbar", "Etherium", "RGBO"],
"java.configuration.updateBuildConfiguration": "interactive"
}
11 changes: 6 additions & 5 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if (localPropertiesFile.exists()) {

def flutterRoot = localProperties.getProperty('flutter.sdk')
if (flutterRoot == null) {
throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.")
throw new RuntimeException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.")
}

def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
Expand Down Expand Up @@ -47,10 +47,11 @@ android {
applicationId "com.example.defiraiser_mobile"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion flutter.minSdkVersion
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
minSdkVersion 21
targetSdkVersion 33
versionCode 53
versionName "1.2.1"
multiDexEnabled true
}

buildTypes {
Expand Down

0 comments on commit bcd3f33

Please sign in to comment.