File tree 8 files changed +24
-11
lines changed
8 files changed +24
-11
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,12 @@ updates:
9
9
commit-message :
10
10
prefix : " chore"
11
11
include : " scope"
12
+ - package-ecosystem : gradle
13
+ directory : " /"
14
+ schedule :
15
+ interval : daily
16
+ time : " 11:00"
17
+ open-pull-requests-limit : 10
18
+ commit-message :
19
+ prefix : " chore"
20
+ include : " scope"
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
12
12
uses : actions/setup-node@v3
13
13
with :
14
14
node-version : lts/*
15
- - name : Use Java 11
15
+ - name : Use Java 17
16
16
uses : actions/setup-java@v3
17
17
with :
18
18
distribution : ' temurin'
19
- java-version : ' 11 '
19
+ java-version : ' 17 '
20
20
- name : Install dependencies
21
21
run : npm install
22
22
- name : Linter
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
11
11
12
12
steps :
13
13
- uses : actions/checkout@v2
14
- - name : Use Node.js 18.x
15
- uses : actions/setup-node@v1
14
+ - name : Use Node.js LTS
15
+ uses : actions/setup-node@v3
16
16
with :
17
- node-version : 18.x
18
- - name : Set up JDK 11
17
+ node-version : lts/*
18
+ - name : Set up JDK
19
19
uses : actions/setup-java@v2
20
20
with :
21
- java-version : ' 11 '
21
+ java-version : ' 17 '
22
22
distribution : ' temurin'
23
23
cache : gradle
24
24
- run : npm install --no-package-lock
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 30
4
+ compileSdk 30
5
5
6
6
defaultConfig {
7
7
minSdkVersion 21
Original file line number Diff line number Diff line change 25
25
<uses-permission android : name =" android.permission.FOREGROUND_SERVICE" />
26
26
<uses-permission android : name =" android.permission.BLUETOOTH" />
27
27
<uses-permission android : name =" android.permission.BLUETOOTH_ADMIN" />
28
- <uses-permission android : name =" android.permission.READ_SMS" />
28
+ <uses-permission android : name =" android.permission.READ_SMS"
29
+ tools : ignore =" PermissionImpliesUnsupportedChromeOsHardware" />
29
30
<uses-permission android : name =" android.permission.RECORD_AUDIO" />
30
31
31
32
<uses-feature android : name =" android.hardware.wifi" />
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
mavenCentral()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:7.3 .1'
8
+ classpath ' com.android.tools.build:gradle:8.2 .1'
9
9
}
10
10
}
11
11
Original file line number Diff line number Diff line change 13
13
# Fri Dec 17 09:25:55 CET 2021
14
14
android.useAndroidX =true
15
15
android.enableJetifier =true
16
+ android.defaults.buildfeatures.buildconfig =true
17
+ android.nonTransitiveRClass =false
18
+ android.nonFinalResIds =false
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.2 -all.zip
You can’t perform that action at this time.
0 commit comments