licheedev / Android-SerialPort-API

Fork自Google开源的Android串口通信Demo,修改成Android Studio项目
https://code.google.com/archive/p/android-serialport-api/
Apache License 2.0
1.3k stars 374 forks source link

Caused by: groovy.lang.MissingPropertyException: Could not get unknown property 'BINTRAY_USER' for extension 'bintray' of type com.jfrog.bintray.gradle.BintrayExtension. #31

Open Vincent760107 opened 3 years ago

xunhuangj commented 3 years ago

I have the same problem,

licheedev commented 3 years ago

I have the same problem,

@xunhuangj 注释掉这一行

https://github.com/licheedev/Android-SerialPort-API/blob/master/serialport/build.gradle#L40

或者把这个是否上传改为false

https://github.com/licheedev/Android-SerialPort-API/blob/master/serialport/bintray.gradle#L10