Skip to content

Commit

Permalink
refactor(andriod): 引用组件,重新实现了一些操作。
Browse files Browse the repository at this point in the history
  • Loading branch information
dathlin committed Jul 29, 2018
1 parent b63feee commit 0a7fcba
Show file tree
Hide file tree
Showing 44 changed files with 84 additions and 3,942 deletions.
Binary file not shown.
29 changes: 29 additions & 0 deletions AndroidTemplate/.idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions AndroidTemplate/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions AndroidTemplate/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion AndroidTemplate/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 26
sourceSets{
main {
jniLibs.srcDirs = ['libs']
}
}
defaultConfig {
applicationId "com.example.UserSoftwareAndroidTemplate"
minSdkVersion 19
Expand All @@ -16,7 +21,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
buildToolsVersion '27.0.0'
buildToolsVersion '27.0.3'
}

dependencies {
Expand All @@ -29,4 +34,5 @@ dependencies {
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
implementation 'com.google.code.gson:gson:2.8.2'
implementation files('libs/HslCommunication.jar')
}
Binary file added AndroidTemplate/app/libs/HslCommunication.jar
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0a7fcba

Please sign in to comment.