Skip to content

Commit

Permalink
remove useless attributes in boxing-impl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenSiLiang committed Jun 14, 2017
1 parent 760e34d commit a32baed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
2 changes: 0 additions & 2 deletions boxing-impl/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
package="com.bilibili.boxing_impl">

<application
android:allowBackup="true"
android:label="@string/boxing_app_name"
android:supportsRtl="true"
android:theme="@style/Boxing.AppTheme">

<activity
Expand Down
21 changes: 2 additions & 19 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
#
# Copyright (C) 2017 Bilibili
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#

#Thu Aug 25 16:51:14 CST 2016
#Tue Jun 13 18:19:10 CST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-all.zip

0 comments on commit a32baed

Please sign in to comment.