@@ -24,8 +24,8 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled true
multiDexKeepProguard file("multidexKeep.pro")//腾讯bugly的类放到主Dex
- versionCode 329
- versionName "3.2.9"
+ versionCode 330
+ versionName "3.3.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
flavorDimensions "versionCode"
ndk {
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android">
+ <!--圆角半径-->
+ <corners android:radius="30dp" />
+ <gradient
+ android:angle="0"
+ android:endColor="#84afed"
+ android:startColor="#95CDED" />
+</shape>