Skip to content

Commit

Permalink
转为AndroidStudio工程
Browse files Browse the repository at this point in the history
转为AndroidStudio工程
  • Loading branch information
yoyoqin committed Nov 16, 2017
1 parent d1b3bb9 commit e6c6b1f
Show file tree
Hide file tree
Showing 503 changed files with 3,484 additions and 3,112 deletions.
9 changes: 0 additions & 9 deletions android/.classpath

This file was deleted.

10 changes: 8 additions & 2 deletions android/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
/bin/
/gen/
*.iml
.gradle
local.properties
.idea
.DS_Store
build
captures
.externalNativeBuild
39 changes: 0 additions & 39 deletions android/.project

This file was deleted.

2 changes: 0 additions & 2 deletions android/.settings/org.eclipse.core.resources.prefs

This file was deleted.

4 changes: 0 additions & 4 deletions android/.settings/org.eclipse.jdt.core.prefs

This file was deleted.

101 changes: 0 additions & 101 deletions android/LICENSE.TXT

This file was deleted.

2 changes: 2 additions & 0 deletions android/app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.iml
/build
30 changes: 30 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "26.0.0"

defaultConfig {
applicationId "com.tencent.wstt.gt"
minSdkVersion 14
targetSdkVersion 23

ndk {
moduleName "mem_fill_tool"
}
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}

dependencies {
compile files('libs/android-support-v13.jar')
compile files('libs/bugly_crash_release.jar')
compile files('libs/mid-sdk-3.6.jar')
compile files('libs/mta-sdk-2.2.1.jar')
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
coreApp="true"
package="com.tencent.wstt.gt"
android:installLocation="auto"
android:versionCode="22065"
android:versionName="2.2.6.5" >
android:versionCode="22066"
android:versionName="2.2.6.6" >

<uses-sdk
android:minSdkVersion="14"
Expand Down Expand Up @@ -181,11 +181,6 @@
android:launchMode="singleTop"
android:screenOrientation="portrait"
android:theme="@style/translucent" />
<activity
android:name="com.tencent.wstt.gt.plugin.octopus.GTOctopusActivity"
android:launchMode="singleTop"
android:screenOrientation="portrait"
android:theme="@style/translucent" />

<!-- use for gt base -->
<service
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit e6c6b1f

Please sign in to comment.