mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-28 18:00:20 -04:00
0.6.3
This commit is contained in:
@@ -17,8 +17,8 @@ android {
|
||||
applicationId "com.geeksville.mesh"
|
||||
minSdkVersion 22 // The oldest emulator image I have tried is 22 (though 21 probably works)
|
||||
targetSdkVersion 29
|
||||
versionCode 162
|
||||
versionName "0.6.2"
|
||||
versionCode 163
|
||||
versionName "0.6.3"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
buildTypes {
|
||||
@@ -79,7 +79,7 @@ protobuf {
|
||||
all().each { task ->
|
||||
task.builtins {
|
||||
java {
|
||||
// turned off for now so I can use json printing
|
||||
// use the smaller android version of the library
|
||||
option "lite"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user