Increase version

aprs 1.41
sh123 2022-08-23 17:17:42 +03:00
rodzic a6d4283622
commit 57137cf446
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -10,8 +10,8 @@ android {
applicationId "com.radio.codec2talkie"
minSdkVersion 23
targetSdkVersion 30
versionCode 140
versionName "1.40"
versionCode 141
versionName "1.41"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Wyświetl plik

@ -122,6 +122,7 @@ namespace Java_com_ustadmobile_codec2_Codec2 {
if (framesPerBurst > 0) {
freedv_set_frames_per_burst(conFreedv->freeDv, framesPerBurst);
}
//freedv_set_tx_amp(conFreedv->freeDv, FSK_SCALE);
return reinterpret_cast<jlong>(conFreedv);
}