Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Rule-34/App-Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rule 34 App — Android

This project generates an Android APK of the Rule 34 App thanks to the TWA technology.

Warning

This is just an alternative to the PWA and should NOT be used, as there is no way to auto update.

The recommended way to install the Rule 34 App is as a PWA through your browser.

Learn more about installing the Rule 34 App.

Download

Download the latest .APK.

Development

Requirements

  • JDK8
  • Android Studio CLI
  • Bubblewrap CLI

Usage

First you will need to paste the secret android.keystore to the src directory.

cd src

# Install dependencies
npm install

# Init
bubblewrap init --manifest https://r34.app/_nuxt/manifest.<UNKNOWN>.json

# Update
bubblewrap update

# Build
bubblewrap build --skipPwaValidation