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 80350ac
Show file tree
Hide file tree
Showing 25 changed files with 7 additions and 3,656 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
6 changes: 3 additions & 3 deletions android/package/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ 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 {
namespace "org.zatqgc.zenith"
namespace "org.mavlink.qgroundcontrol"

/*******************************************************
* The following variables:
Expand Down

This file was deleted.

Loading

0 comments on commit 80350ac

Please sign in to comment.