Commit 7f713e7e by cuiliang.shi

v0.3

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