Commit 7f713e7e by cuiliang.shi

v0.3

1 parent 255a3075
...@@ -15,8 +15,8 @@ android { ...@@ -15,8 +15,8 @@ android {
applicationId "com.toscl.turingos" applicationId "com.toscl.turingos"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 22 targetSdkVersion 22
versionCode 2 versionCode 3
versionName "0.2" versionName "0.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
ndk { ndk {
......
...@@ -41,11 +41,11 @@ ...@@ -41,11 +41,11 @@
android:theme="@style/AppTheme.Launcher" android:theme="@style/AppTheme.Launcher"
android:name="com.toscl.turingos.MainActivity" android:name="com.toscl.turingos.MainActivity"
android:screenOrientation="portrait"> android:screenOrientation="portrait">
<intent-filter> <!-- <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" /> <category android:name="android.intent.category.LAUNCHER" />
</intent-filter> </intent-filter>-->
</activity> </activity>
<meta-data <meta-data
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!