Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hacker1024 committed Dec 27, 2017
1 parent 522267c commit 35d78d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "tk.superl2.ctroller"
minSdkVersion 15
targetSdkVersion 26
versionCode 2
versionName "0.1.3-1"
versionCode 3
versionName "0.1.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/java/tk/superl2/ctroller/AboutActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import java.io.IOException

class AboutActivity : AppCompatActivity() {
var is64bit: Boolean = false;
private val CTROLLER_BINARY_VERSION_ARM = "android-0.1.0 (ARM)"
private val CTROLLER_BINARY_VERSION_ARM64 = "android-0.1.1 (ARM64)"
private val CTROLLER_BINARY_VERSION_ARM = "android-0.1.2 (ARM)"
private val CTROLLER_BINARY_VERSION_ARM64 = "android-0.1.2 (ARM64)"
private lateinit var CTROLLER_BINARY_VERSION: String

override fun onCreate(savedInstanceState: Bundle?) {
Expand Down

0 comments on commit 35d78d6

Please sign in to comment.