Skip to content

Commit

Permalink
发布1.0.0-beta3版本
Browse files Browse the repository at this point in the history
  • Loading branch information
chztp committed Oct 17, 2019
1 parent 12d7047 commit 160a0ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qnscalesdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 15//MIN_SDK_VERSION as int
targetSdkVersion TARGET_SDK_VERSION as int
versionCode 1
versionName "1.0.0-beta2"
versionName "1.0.0-beta3"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand All @@ -30,5 +30,5 @@ dependencies {
})
testCompile 'junit:junit:4.12'
compile "com.android.support:support-v4:$ANDROID_SUPPORT_VERSION"
compile files('libs/qnsdk-1.0.0-beta2.jar')
compile files('libs/qnsdk-1.0.0-beta3.jar')
}
Binary file not shown.

0 comments on commit 160a0ff

Please sign in to comment.