]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commit - build.gradle
Initial commit.
authorSoren Stoutner <soren@stoutner.com>
Fri, 11 Sep 2015 05:50:04 +0000 (22:50 -0700)
committerSoren Stoutner <soren@stoutner.com>
Fri, 11 Sep 2015 05:50:04 +0000 (22:50 -0700)
commit8ee8e28f3ea0b1cbab0e792fb065475953bb0b55
treecd1ac5d3f98ff310428075f587ee7e336e1fd236
Initial commit.
34 files changed:
.gitignore [new file with mode: 0644]
.idea/.name [new file with mode: 0644]
.idea/compiler.xml [new file with mode: 0644]
.idea/copyright/profiles_settings.xml [new file with mode: 0644]
.idea/dictionaries/soren.xml [new file with mode: 0644]
.idea/gradle.xml [new file with mode: 0644]
.idea/misc.xml [new file with mode: 0644]
.idea/modules.xml [new file with mode: 0644]
.idea/vcs.xml [new file with mode: 0644]
PrivacyBrowser.iml [new file with mode: 0644]
app/.gitignore [new file with mode: 0644]
app/app.iml [new file with mode: 0644]
app/build.gradle [new file with mode: 0644]
app/proguard-rules.pro [new file with mode: 0644]
app/src/androidTest/java/com/stoutner/privacybrowser/ApplicationTest.java [new file with mode: 0644]
app/src/main/AndroidManifest.xml [new file with mode: 0644]
app/src/main/java/com/stoutner/privacybrowser/Webview.java [new file with mode: 0644]
app/src/main/res/layout/activity_webview.xml [new file with mode: 0644]
app/src/main/res/menu/menu_webview.xml [new file with mode: 0644]
app/src/main/res/mipmap-hdpi/ic_launcher.png [new file with mode: 0644]
app/src/main/res/mipmap-mdpi/ic_launcher.png [new file with mode: 0644]
app/src/main/res/mipmap-xhdpi/ic_launcher.png [new file with mode: 0644]
app/src/main/res/mipmap-xxhdpi/ic_launcher.png [new file with mode: 0644]
app/src/main/res/values-w820dp/dimens.xml [new file with mode: 0644]
app/src/main/res/values/dimens.xml [new file with mode: 0644]
app/src/main/res/values/strings.xml [new file with mode: 0644]
app/src/main/res/values/styles.xml [new file with mode: 0644]
build.gradle [new file with mode: 0644]
gradle.properties [new file with mode: 0644]
gradle/wrapper/gradle-wrapper.jar [new file with mode: 0644]
gradle/wrapper/gradle-wrapper.properties [new file with mode: 0644]
gradlew [new file with mode: 0755]
gradlew.bat [new file with mode: 0644]
settings.gradle [new file with mode: 0644]