Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
石璀亮
/
turingos
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 7f713e7e
authored
Aug 19, 2019
by
cuiliang.shi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v0.3
1 parent
255a3075
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
app/build.gradle
app/src/main/AndroidManifest.xml
app/build.gradle
View file @
7f713e7
...
...
@@ -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
{
...
...
app/src/main/AndroidManifest.xml
View file @
7f713e7
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment