Skip to content

Commit c5d559f

Browse files
committed
build.gradle: 升级kotlin和buildTool版本,修正CopyRight
1 parent 7f31f54 commit c5d559f

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

app/build.gradle

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
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

1921
def File buglyPropFile = file("../bugly.properties")
2022
def Properties buglyProps = new Properties()

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818

1919
buildscript {
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'

0 commit comments

Comments
 (0)