Skip to content

Commit

Permalink
AGP 8 and things
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jul 18, 2024
1 parent 094eac9 commit c972dcc
Show file tree
Hide file tree
Showing 22 changed files with 82 additions and 1,010 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 11
java-version: 17
- uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
Expand Down
19 changes: 7 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
/.idea/misc.xml
/.idea/checkstyle-idea.xml
/.idea/caches
.idea
.kotlin
.DS_Store
/build
/captures
.classpath
.project
.settings
.vscode
build
captures
.externalNativeBuild
.cxx
local.properties
228 changes: 0 additions & 228 deletions .idea/codeStyleSettings.xml

This file was deleted.

Loading

0 comments on commit c972dcc

Please sign in to comment.