Skip to content

Commit

Permalink
remove unused system alert perm, apk name
Browse files Browse the repository at this point in the history
  • Loading branch information
Longi94 committed Apr 3, 2018
1 parent e8375ed commit 7e22ded
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ android {
}
}

applicationVariants.all { variant ->
variant.outputs.all { output ->
outputFileName = "vapulla-${variant.versionName}.apk"
}
}

buildConfigField("String", "IMGUR_CLIENT_ID", "\"$vapullaImgurClientId\"")
buildConfigField("String", "IMGUR_CLIENT_SECRET", "\"$vapullaImgurClientSecret\"")
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<!--<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />-->

<application
android:name=".VapullaApplication"
Expand Down

0 comments on commit 7e22ded

Please sign in to comment.