kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
rodzic
b753d52b93
commit
a3764bbd93
|
@ -16,8 +16,8 @@ android {
|
||||||
applicationId "com.geeksville.mesh"
|
applicationId "com.geeksville.mesh"
|
||||||
minSdkVersion 22 // The oldest emulator image I have tried is 22 (though 21 probably works)
|
minSdkVersion 22 // The oldest emulator image I have tried is 22 (though 21 probably works)
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 8
|
versionCode 9
|
||||||
versionName "0.0.8"
|
versionName "0.0.9"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -115,8 +115,8 @@ dependencies {
|
||||||
// https://firebase.google.com/docs/android/setup#available-libraries
|
// https://firebase.google.com/docs/android/setup#available-libraries
|
||||||
|
|
||||||
// barcode support
|
// barcode support
|
||||||
implementation('com.google.zxing:core:3.4.0')
|
// implementation('com.google.zxing:core:3.4.0')
|
||||||
implementation('com.journeyapps:zxing-android-embedded:3.2.0@aar')
|
implementation('com.journeyapps:zxing-android-embedded:3.6.0')
|
||||||
|
|
||||||
implementation project(':geeksville-androidlib')
|
implementation project(':geeksville-androidlib')
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue