Skip to content

Commit

Permalink
Removed unneeded targetSdk for subModule and Bumped up Java version f…
Browse files Browse the repository at this point in the history
…romm 11 to 17
  • Loading branch information
Enoch Hankombo committed Nov 9, 2023
1 parent faf4eee commit 479655a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'

- name: Grant execute permission for gradlew
Expand Down
1 change: 0 additions & 1 deletion toolargetool/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ android {
compileSdk = 33
defaultConfig {
minSdk = 15
targetSdk= 33
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFile("proguard-rules.pro")
}
Expand Down

0 comments on commit 479655a

Please sign in to comment.