Giter Club home page Giter Club logo

android-ip-scanner's Introduction

victorbnl

Hi! I'm Victor. I'm a software developer.

Main projects

Other

android-ip-scanner's People

Contributors

izzysoft avatar victorbnl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

android-ip-scanner's Issues

Please increase versionCode with each release

Currently, each of your APKs identifies as

package: name='com.victorb.androidnetworkscanner' versionCode='1' versionName='1.0' compileSdkVersion='30' compileSdkVersionCodename='11'

because in build.gradle you're always sticking to

        versionCode 1
        versionName "1.0"

That makes updates hard, as Android considers them all identical (it's using versionCode to tell which APK is "newer" – the one with the higher number). And hard to users to tell which version they have installed – they always see "1.0".

So may I suggest, going by your releases, to make the current version something like

        versionCode 35
        versionName "1.3.5"

(feel free to use a different schema for versionName – that's just the "human readable" part and not technically relevant for anything else) – and then keep increasing with future releases? Thanks!

Discussions about IzzyOnDroid

Hey @IzzySoft ! I think it's better to talk there as the previous issue has nothing to do with the discussion xD.
First I had a question. In the fastlane folder I renamed "en-US" to "en" to make it general, is this a problem? And then what are the next steps to make it available on F-Droid?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.