├── README.md └── Releases ├── Apk_Editor_Pro_v3.0.apk ├── Apk_Editor_Pro_v3.1.apk ├── Screenshot ├── .file ├── scr_apk1.png └── scr_apk2.png ├── beta.4.1.apk ├── get-it-on-github.png └── update.json /README.md: -------------------------------------------------------------------------------- 1 | #### Apk-Editor 2 | - Link to translate into your language [Crowdin](https://crowdin.com/project/apkeditorpro) translation project 3 | # Release 4 | 5 | [![Android](https://img.shields.io/badge/Platform-Android-green.svg?style=flat-square)](https://www.android.com) [![API](https://img.shields.io/badge/API-22%2B-orange.svg?logo=android&style=flat-square)](https://developer.android.com/studio/releases/platforms) 6 | 7 | # Screenshot 8 | 9 | Screenshot 10 |    11 | Screenshot 12 | 13 | 14 | 15 | # Download 16 | 17 | [Get it on Github](https://github.com/cumaRull/Apk-Editor/releases) 18 | 19 | ### Thanks For: 20 | [WstXda](https://github.com/WSTxda) 21 | 22 | 23 | License 24 | ------- 25 | Copyright © 2022 Apk-Editor Inc. 26 | 27 | Licensed under the Apache License, Version 2.0 (the "License"); 28 | you may not use this file except in compliance with the License. 29 | You may obtain a copy of the License at 30 | 31 | http://www.apache.org/licenses/LICENSE-2.0 32 | 33 | Unless required by applicable law or agreed to in writing, software 34 | distributed under the License is distributed on an "AS IS" BASIS, 35 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 36 | See the License for the specific language governing permissions and 37 | limitations under the License. 38 | 39 | Copyright © 2022 Apk-Editor Inc. All Rights Reserved. 40 | -------------------------------------------------------------------------------- /Releases/Apk_Editor_Pro_v3.0.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cumaRull/Apk-Editor/5a5d37b262f20c7b75a2bd2f2ef3484a1ff7f562/Releases/Apk_Editor_Pro_v3.0.apk -------------------------------------------------------------------------------- /Releases/Apk_Editor_Pro_v3.1.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cumaRull/Apk-Editor/5a5d37b262f20c7b75a2bd2f2ef3484a1ff7f562/Releases/Apk_Editor_Pro_v3.1.apk -------------------------------------------------------------------------------- /Releases/Screenshot/.file: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Releases/Screenshot/scr_apk1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cumaRull/Apk-Editor/5a5d37b262f20c7b75a2bd2f2ef3484a1ff7f562/Releases/Screenshot/scr_apk1.png -------------------------------------------------------------------------------- /Releases/Screenshot/scr_apk2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cumaRull/Apk-Editor/5a5d37b262f20c7b75a2bd2f2ef3484a1ff7f562/Releases/Screenshot/scr_apk2.png -------------------------------------------------------------------------------- /Releases/beta.4.1.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cumaRull/Apk-Editor/5a5d37b262f20c7b75a2bd2f2ef3484a1ff7f562/Releases/beta.4.1.apk -------------------------------------------------------------------------------- /Releases/get-it-on-github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cumaRull/Apk-Editor/5a5d37b262f20c7b75a2bd2f2ef3484a1ff7f562/Releases/get-it-on-github.png -------------------------------------------------------------------------------- /Releases/update.json: -------------------------------------------------------------------------------- 1 | 2 | { 3 | "stable": { 4 | "current_version": 20231023, 5 | "download_url": "https://github.com/cumaRull/Apk-Editor/releases/download/4.1/stable.4.1.apk", 6 | "changelog": "\n- Some minor improvements\n- Sorry if this update is annoying,\n you can disable the update dialog in settings\n\n\n- Note please uninstall old version and install new version\n\n© 2022 - 2023 ismasrull" 7 | }, 8 | "beta": { 9 | "current_version": 20240519, 10 | "download_url": "https://github.com/cumaRull/Apk-Editor/releases/download/4.2/beta4.2.apk", 11 | "changelog": "- Add languages Chinese Simplified.\n- Some improvements \n\n- Beta Version\n\n\n- Note please uninstall old version and install new version\n\n© 2022 - 2024 Trident!" 12 | }, 13 | "alternative": { 14 | "current_version": 0, 15 | "download_url": "https://github.com/cumaRull/Apk-Editor/releases/download/3.9/stable.3.9.apk", 16 | "changelog": "- Not available!" 17 | 18 | 19 | } 20 | } 21 | --------------------------------------------------------------------------------