5 Commits

Author SHA1 Message Date
me 1e1675ce8d Merge pull request 'Add manifest file for self-hosted F-Droid repo.' (#3) from dev into main
Reviewed-on: #3
2026-07-04 10:20:59 -07:00
me 323e334311 Add manifest file for self-hosted F-Droid repo. 2026-07-04 10:16:27 -07:00
me c5df4c4371 Merge pull request 'Minify APK' (#2) from dev into main
Reviewed-on: #2
2025-07-22 16:46:30 -07:00
me fe8c97766b Update the app version. 2025-07-22 16:44:41 -07:00
me 02144dbc27 Minify the APK. 2025-07-22 16:37:20 -07:00
2 changed files with 14 additions and 3 deletions
+3 -3
View File
@@ -7,13 +7,13 @@ android {
applicationId "apps.hyperling.com.platformer" applicationId "apps.hyperling.com.platformer"
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 36 targetSdkVersion 36
versionCode 11 versionCode 12
versionName "0.0.10" versionName "0.0.11"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }
buildTypes { buildTypes {
release { release {
minifyEnabled false minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
} }
} }
+11
View File
@@ -0,0 +1,11 @@
AuthorName: 'Chad Michael "Hyperling" Greenwood'
SourceCode: 'https://git.hyperling.com/me/android-hypergames/'
WebSite: 'https://hyperling.com/apps'
Categories:
- fdroid
- hyperling
- games
CurrentVersionCode: 2147483647
IssueTracker: 'mailto:me@hyperling.com'
Name: Hyper Games
Summary: 'Started as a fun project for learning. Playable but unfinished.'