Skip to content

Commit df000f7

Browse files
committed
Add release 2.0.0 apk
1 parent 1f6ab40 commit df000f7

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed

apk/app-release-2.0.0.apk

2.57 MB
Binary file not shown.

apk/qrcode-2.0.0.png

590 Bytes
Loading

app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ android {
3030
minSdkVersion 23
3131
targetSdkVersion 24
3232
versionCode 1
33-
versionName "1.0"
33+
versionName "2.0.0"
3434
}
3535
buildTypes {
3636
release {
@@ -55,7 +55,6 @@ dependencies {
5555
//noinspection GradleDependency
5656
compile 'com.google.android.gms:play-services-maps:9.4.0'
5757
compile 'org.apache.commons:commons-lang3:3.4'
58-
// compile files('libs/Java-WebSocket-Library-1.2.1-SNAPSHOT.jar')
5958
compile 'org.java-websocket:Java-WebSocket:1.3.0'
6059
compile('com.crashlytics.sdk.android:crashlytics:2.6.3@aar') {
6160
transitive = true;
-97.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)