Skip to content

Commit

Permalink
apk 빌드 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
gagip committed Jul 6, 2021
1 parent 60c98e9 commit 855ee04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,4 @@ fabric.properties
.idea/misc.xml
.idea/compiler.xml
build.gradle
app/release/output-metadata.json
4 changes: 0 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
<uses-permission android:name="android.permission.ACTIVITY_RECOGNITION"/>
<uses-permission android:name="android.permission.VIBRATE" />

<uses-sdk
android:minSdkVersion="19"
android:targetSdkVersion="20"/>

<uses-feature
android:glEsVersion="0x00020000"/>

Expand Down

0 comments on commit 855ee04

Please sign in to comment.