Skip to content

Commit

Permalink
v3.151 - Target API 34
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmarinov committed Aug 11, 2024
1 parent 2843bb2 commit 08672ad
Show file tree
Hide file tree
Showing 18 changed files with 347 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions .idea/deploymentTargetSelector.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/migrations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

252 changes: 252 additions & 0 deletions .idea/other.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ plugins {

android {
namespace 'marto.rtl_tcp_andro'
compileSdk 33
compileSdk 34

defaultConfig {
applicationId "marto.rtl_tcp_andro"
minSdk 16
targetSdk 33
versionCode 30
versionName "3.15"
minSdk 21
targetSdk 34
versionCode 31
versionName "3.151"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK"/>

<queries>
<package android:name="marto.androsdr2" />
Expand Down Expand Up @@ -89,7 +90,7 @@

<service
android:name="com.sdrtouch.rtlsdr.BinaryRunnerService"
android:foregroundServiceType="connectedDevice"
android:foregroundServiceType="mediaPlayback"
android:exported="false" />
</application>
</manifest>
Loading

0 comments on commit 08672ad

Please sign in to comment.