Skip to content

Commit

Permalink
Updated proguard to include Fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
graham22 committed Sep 16, 2023
1 parent f0e1cc6 commit 1dac5cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion code/Android/app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
-optimizationpasses 5

-keep class * extends android.app.Activity
-keep class * extends android.app.Fragment

-assumenosideeffects class android.util.Log {
public static *** d(...);
Expand All @@ -34,7 +35,7 @@ public static *** i(...);
-keepattributes Signature
-keepattributes *Annotation*
# Gson specific classes
-keep class sun.misc.Unsafe { *; }

-keep class com.google.gson.stream.** { *; }

# Application classes that will be serialized/deserialized over Gson
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="255"
android:versionName="2.5.5" >
android:versionCode="256"
android:versionName="2.5.6" >

<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.5)</h2>
<h2>SkyeTracker (version 2.5.6)</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

0 comments on commit 1dac5cf

Please sign in to comment.