Skip to content

Commit

Permalink
迁移åº至Nexus苏å私服
Browse files Browse the repository at this point in the history
  • Loading branch information
hpuhsp committed Apr 14, 2021
1 parent 03d4722 commit f920bbc
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
.cxx
local.properties
bintray.gradle
nexus_upload.gradle
gradle.properties
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* 手电筒模式开关并实现自动对焦。
* 附带扫码音效。
* 自定义扫码UI,可进行二次定制开发。
* 结合zxing和zbar,扫码成功率高。

### Version
```
Expand Down
12 changes: 11 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,14 @@ android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
kotlin.code.style=official
# 上传构件的信息
GROUP=com.xxxxx.mobile
VERSION_NAME=1.2.0
POM_ARTIFACT_ID=scanner
# 上传的目标仓库地址
SNAPSHOT_REPOSITORY_URL=http://localhost:8081/repository/maven-snapshots/
RELEASE_REPOSITORY_URL=http://localhost:8091/repository/maven-releases/
# Nexus 的私服的用户名称和密码
NEXUS_USERNAME=xxxxxx
NEXUS_PASSWORD=xxxxxxxxx
3 changes: 2 additions & 1 deletion scanner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
}
apply from: '../bintray.gradle'
//apply from: '../bintray.gradle'
apply from: '../nexus_upload.gradle'

0 comments on commit f920bbc

Please sign in to comment.