Skip to content

Commit b56f30e

Browse files
committed
Upgrade sample from 2.0 to 3.0 version
1 parent fa5dec4 commit b56f30e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sonic-android/sample/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.tencent.sonic"
88
minSdkVersion 19
99
targetSdkVersion 25
10-
versionCode 1
11-
versionName "2.0"
10+
versionCode 3
11+
versionName "3.0"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {

0 commit comments

Comments
 (0)