Skip to content
This repository has been archived by the owner on Sep 19, 2019. It is now read-only.

Commit

Permalink
Auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
google-automerger committed Feb 9, 2017
1 parent eb9694e commit ab0d53c
Show file tree
Hide file tree
Showing 18 changed files with 459 additions and 906 deletions.
2 changes: 2 additions & 0 deletions .google/packaging.yaml
Expand Up @@ -14,4 +14,6 @@ level: INTERMEDIATE
icon: screenshots/icon-web.png
apiRefs:
- android:android.os.AsyncTask
- android:android.net.ConnectivityManager
- android:android.net.NetworkInfo
license: apache2
2 changes: 1 addition & 1 deletion Application/build.gradle
Expand Up @@ -35,7 +35,7 @@ android {
buildToolsVersion "25.0.2"

defaultConfig {
minSdkVersion 8
minSdkVersion 11
targetSdkVersion 25
}

Expand Down
4 changes: 2 additions & 2 deletions Application/src/main/AndroidManifest.xml
Expand Up @@ -31,8 +31,8 @@
android:label="@string/app_name"
android:icon="@drawable/ic_launcher"
android:theme="@style/Theme.Sample"
android:allowBackup="true">

android:allowBackup="true"
android:networkSecurityConfig="@xml/network_security_config">
<activity
android:name="com.example.android.networkconnect.MainActivity"
android:label="@string/app_name"
Expand Down
236 changes: 0 additions & 236 deletions Application/src/main/java/com/example/android/common/logger/Log.java

This file was deleted.

This file was deleted.

0 comments on commit ab0d53c

Please sign in to comment.