Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make sure app builds and lints #110

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
compileSdkVersion 28
defaultConfig {
applicationId "com.google.grafika"
minSdkVersion 14
minSdkVersion 18
targetSdkVersion 28
}
}
Expand Down
7 changes: 4 additions & 3 deletions app/src/main/res/menu/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,20 @@
limitations under the License.
-->

<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" >

<item
android:id="@+id/regenerateContent_item"
android:onClick="clickRegenerateContent"
android:orderInCategory="90"
android:showAsAction="never"
app:showAsAction="never"
android:title="@string/regenerateContent_item"/>

<item
android:id="@+id/about_item"
android:orderInCategory="100"
android:showAsAction="never"
app:showAsAction="never"
android:title="@string/about_item"
android:onClick="clickAbout" />

Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.