Skip to content

Commit fbaefec

Browse files
authored
Merge pull request #5 from armyj94/gradle_update
Gradle update and removal of local files
2 parents 3e74bfd + 1ace211 commit fbaefec

11 files changed

+237
-179
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
/.idea/workspace.xml
88
/.idea/navEditor.xml
99
/.idea/assetWizardSettings.xml
10+
/.idea/appInsightsSettings.xml
11+
/.idea/deploymentTargetSelector.xml
12+
/.idea/migrations.xml
13+
/.idea/runConfigurations.xml
14+
/.idea/compiler.xml
15+
/.idea/misc.xml
1016
.DS_Store
1117
/build
1218
/captures

.idea/compiler.xml

-6
This file was deleted.

.idea/gradle.xml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

-14
This file was deleted.

app/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ plugins {
33
}
44

55
android {
6+
namespace "com.grephq.ot.obd"
67
compileSdk 32
78

89
defaultConfig {

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id 'com.android.application' version '7.2.1' apply false
3+
id 'com.android.application' version '8.1.3' apply false
44
id 'com.android.library' version '7.2.1' apply false
55
}
66

gradle/wrapper/gradle-wrapper.jar

-15.4 KB
Binary file not shown.
+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
#Mon Jun 19 14:24:55 WAT 2023
21
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
42
distributionPath=wrapper/dists
5-
zipStorePath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME
7+
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)