Skip to content

Commit

Permalink
Merge pull request #22 from Irineu333/release/v1.0.5
Browse files Browse the repository at this point in the history
Release/v1.0.5
  • Loading branch information
Irineu333 authored Aug 21, 2023
2 parents 5d68b95 + 865f0da commit 383e2fe
Show file tree
Hide file tree
Showing 40 changed files with 22 additions and 634 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Android CI
name: Build CI

on:
pull_request:
Expand All @@ -11,10 +11,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'
cache: gradle

Expand Down
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion app/.gitignore

This file was deleted.

46 changes: 0 additions & 46 deletions app/build.gradle

This file was deleted.

21 changes: 0 additions & 21 deletions app/proguard-rules.pro

This file was deleted.

This file was deleted.

23 changes: 0 additions & 23 deletions app/src/main/AndroidManifest.xml

This file was deleted.

157 changes: 0 additions & 157 deletions app/src/main/java/com/neo/highlightproject/MainActivity.java

This file was deleted.

30 changes: 0 additions & 30 deletions app/src/main/res/drawable-v24/ic_launcher_foreground.xml

This file was deleted.

Loading

0 comments on commit 383e2fe

Please sign in to comment.