kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
rodzic
0b7f853abc
commit
d811fc6ac4
|
@ -17,8 +17,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 162
|
versionCode 163
|
||||||
versionName "0.6.2"
|
versionName "0.6.3"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -79,7 +79,7 @@ protobuf {
|
||||||
all().each { task ->
|
all().each { task ->
|
||||||
task.builtins {
|
task.builtins {
|
||||||
java {
|
java {
|
||||||
// turned off for now so I can use json printing
|
// use the smaller android version of the library
|
||||||
option "lite"
|
option "lite"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue