Skip to content

Commit

Permalink
Update targetSdkVersion to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
graham22 committed Aug 3, 2024
1 parent 881e486 commit 20985ba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions code/Android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ android {

defaultConfig {
applicationId "com.skye.skyetracker"
minSdkVersion 16
targetSdkVersion 33
minSdkVersion 24
targetSdkVersion 34
}

signingConfigs {
Expand Down
4 changes: 2 additions & 2 deletions code/Android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="257"
android:versionName="2.5.7" >
android:versionCode="258"
android:versionName="2.5.8" >

<uses-permission android:name="android.permission.BLUETOOTH"
android:maxSdkVersion="30" />
Expand Down
2 changes: 1 addition & 1 deletion code/Android/app/src/main/assets/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>About SkyeTracker</title>
</head>
<body>
<h2>SkyeTracker (version 2.5.7)</h2>
<h2>SkyeTracker (version 2.5.8)</h2>
<p>
<h5>
<a href="https://www.buymeacoffee.com/r4K2HIB" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
Expand Down
2 changes: 1 addition & 1 deletion code/Android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.1'
classpath 'com.android.tools.build:gradle:8.5.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 20985ba

Please sign in to comment.