Skip to content

Commit

Permalink
git usbserial library through gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey committed Mar 5, 2024
1 parent 39f4fe0 commit 3bea2ad
Show file tree
Hide file tree
Showing 24 changed files with 6 additions and 3,644 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ elseif(ANDROID)
#QT_ANDROID_EXTRA_LIBS "${ANDROID_EXTRA_LIBS_APP}"
QT_ANDROID_MIN_SDK_VERSION 26
QT_ANDROID_TARGET_SDK_VERSION 33
QT_ANDROID_PACKAGE_SOURCE_DIR ${CMAKE_SOURCE_DIR}/android
QT_ANDROID_PACKAGE_SOURCE_DIR ${CMAKE_SOURCE_DIR}/android/package
#QT_ANDROID_SDK_BUILD_TOOLS_REVISION 34.0.0
QT_ANDROID_VERSION_NAME ${APP_VERSION_STR}
#QT_ANDROID_VERSION_CODE 0.1
Expand Down
4 changes: 2 additions & 2 deletions android/package/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ buildscript {
repositories {
google()
mavenCentral()
// maven { url 'https://jitpack.io' }
maven { url 'https://jitpack.io' }
}

apply plugin: 'com.android.application'

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
implementation 'androidx.core:core:1.12.0'
// implementation 'com.github.mik3y:usb-serial-for-android:3.7.0'
implementation 'com.github.mik3y:usb-serial-for-android:3.7.0'
}

android {
Expand Down

This file was deleted.

Loading

0 comments on commit 3bea2ad

Please sign in to comment.