Skip to content

Commit

Permalink
update kcptun to 20160725
Browse files Browse the repository at this point in the history
change version name to v0.2
  • Loading branch information
shutup committed Aug 6, 2016
1 parent a5b9b39 commit f758d1f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.shutup.kcptun_android"
minSdkVersion 10
targetSdkVersion 23
versionCode 1
versionName '0.1'
versionCode 2
versionName '0.2'
}
buildTypes {
release {
Expand All @@ -25,6 +25,6 @@ dependencies {
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.jakewharton:butterknife:5.1.1'
compile 'com.android.support:design:24.0.0'
compile 'com.android.support:design:23.4.0'
compile 'com.squareup:otto:1.3.5'
}
Binary file modified app/src/main/res/raw/client_linux_arm5
Binary file not shown.
Binary file modified app/src/main/res/raw/client_linux_arm6
Binary file not shown.
Binary file modified app/src/main/res/raw/client_linux_arm7
Binary file not shown.

0 comments on commit f758d1f

Please sign in to comment.