File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- apply plugin : ' com.android.application'
2- apply plugin : ' kotlin-android'
3- apply plugin : ' bugly' /*
1+ /*
42 * Copyright 2015-2016 RayFantasy Studio
53 *
64 * Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,7 +12,11 @@ apply plugin: 'bugly' /*
1412 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1513 * See the License for the specific language governing permissions and
1614 * limitations under the License.
17- */ // 添加Bugly插件
15+ */
16+
17+ apply plugin : ' com.android.application'
18+ apply plugin : ' kotlin-android'
19+ apply plugin : ' bugly' // 添加Bugly插件
1820
1921def File buglyPropFile = file(" ../bugly.properties" )
2022def Properties buglyProps = new Properties ()
Original file line number Diff line number Diff line change 1717// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818
1919buildscript {
20- ext. kotlinVersion = ' 1.0.0 '
20+ ext. kotlinVersion = ' 1.0.1 '
2121 ext. supportVersion = ' 23.2.1'
2222 ext. ankoVersion = ' 0.8.3'
23- ext. buildToolsVer = ' 23.0.2 '
23+ ext. buildToolsVer = ' 23.0.3 '
2424 ext. compileSdkVer = ' 23'
2525 ext. minSdkVer = ' 15'
2626 ext. targetSdkVer = ' 23'
You can’t perform that action at this time.
0 commit comments