Skip to content

Commit

Permalink
Resolved android tool build version
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwani committed Mar 21, 2024
1 parent ed29b3b commit 11a0ce1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java-version: 1.8

- name: Grant execute permission for gradlew
run: chmod +x /home/runner/.gradle/wrapper/dists/gradle-8.2-all/3g3g1i86fup322ktd9idqqt62a/gradle-8.2/bin/gradle
run: chmod +x ./gradlew

- name: Unit Tests
run: ./gradlew test
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.2'
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$navigationVersion"

// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit 11a0ce1

Please sign in to comment.