Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7495097
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T17:58:57+00:00 2026-05-29T17:58:57+00:00

I have my App published as a free and pro version to the android

  • 0

I have my App published as a free and pro version to the android market. All sourcecode is stored in one git repository.

I now want to publish the app to another app market. Since only a few files will change (Android Licensing) I’m thinking about what would be the best way to archive this.

One way would be Android Library Projects, I think.
But can I archive a similar effect by using git, so that I habe two repositories which share one codebase and do only differ by a few files?
Since I’m currently not that familiar with git, please explain precisely what I need to do or where I need to pay attention to.

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T17:58:58+00:00Added an answer on May 29, 2026 at 5:58 pm

    Using one git repo for all variations of an app is how I store mine. For example, one of my apps has a free and a pro version, and is available on both the Android market and the Amazon app store. In git, I have 3 branches:

    • master
    • pro
    • amzn

    Master is the free version, pro is the paid version on the Android market, and amzn is the free version on the Amazon app store.

    I do all my feature changes in master. Once I’m ready to do a release, I build and test the free version, then tag master with the release number. I then switch over to pro, and run a git merge master to bring in all the new changes.

    Since pro is a paid version, When I first branched from master, I commented out the ad related code (since it was only a few lines, I didn’t think any refactoring was necessary),
    and changed any strings to refer to “Some App Pro” instead of just “Some App”.

    During the merge, I typically don’t have any conflicts, and that original modification is maintained. but if not, it’s pretty easy to resolve the conflicts and get the pro branch back to being ad free.

    Likewise for the amzn branch, I originally removed any references to Google’s market, and do a merge from master whenever I’m ready to release.

    Then for both pro and amzn, I can build test and tag.

    To keep package names unique (which I’m not actually sure is a requirement or not), I first took my Activities and moved them to new packages, ie com.whatever.free.appname, com.whatever.pro.appname…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an Android App that is published in a 'free' and 'pro' version.
I have a free app published in Android market. I have lost the certificate
I have published an app on Android Market which is limited to Norway. I'm
I built an app and published it for purchase in the Android Market. Now
I have published a test app with such manifest <?xml version=1.0 encoding=utf-8?> <manifest xmlns:android=http://schemas.android.com/apk/res/android
i have recently published my app in android market site. After a month i
I have published a new app to the android market called Charlotte Scooter Shop.
i have published android app but not appearing in android market.i m using android
I have a published app for Android 1.x and 2.x, and now I want
I have published an app with this AndroidManifest.xml: <supports-screens android:smallScreens=true android:normalScreens=true android:largeScreens=true android:anyDensity=false />

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.