Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-smf-mobile
Commits
fa3579b7
Commit
fa3579b7
authored
2 years ago
by
devendra
Browse files
Options
Download
Patches
Plain Diff
Fix: gradle upgrade to fix release apk creation issue
parent
e8731915
master
add-assessor-location
two-lead-assessor
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
android/app/build.gradle
+1
-1
android/app/build.gradle
android/build.gradle
+1
-1
android/build.gradle
android/gradle/wrapper/gradle-wrapper.properties
+1
-1
android/gradle/wrapper/gradle-wrapper.properties
with
3 additions
and
3 deletions
+3
-3
android/app/build.gradle
+
1
−
1
View file @
fa3579b7
...
...
@@ -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 GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.")
}
def
flutterVersionCode
=
localProperties
.
getProperty
(
'flutter.versionCode'
)
...
...
This diff is collapsed.
Click to expand it.
android/build.gradle
+
1
−
1
View file @
fa3579b7
...
...
@@ -6,7 +6,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:
4
.1.
0
'
classpath
'com.android.tools.build:gradle:
7
.1.
2
'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath
'com.google.gms:google-services:4.3.10'
}
...
...
This diff is collapsed.
Click to expand it.
android/gradle/wrapper/gradle-wrapper.properties
+
1
−
1
View file @
fa3579b7
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
6.7
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
7.4
-all.zip
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets