Skip to content

Commit ccc0f79

Browse files
committed
Update config.yml
1 parent 7400c55 commit ccc0f79

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.circleci/config.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
version: 2.1
22

33
orbs:
4-
android: circleci/android@3.0.0
5-
6-
executors:
7-
android-executor:
8-
docker:
9-
- image: cimg/android:2023.08
4+
android: circleci/android@3.2.0
105

116
jobs:
127
build:
13-
executor: android-executor
8+
docker:
9+
- image: cimg/android:2026.01.1
1410
steps:
1511
- checkout
16-
- run: ./gradlew build
12+
- run: ./gradlew assembleDebug

0 commit comments

Comments
 (0)