Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A Android-IMSI-Catcher-Detector
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 162
    • Issues 162
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CellularPrivacy
  • Android-IMSI-Catcher-Detector
  • Issues
  • #147
Closed
Open
Issue created Oct 11, 2014 by Administrator@rootContributor

Build: Automatic version and app name update with Gradle

Created by: E3V3A

Implement automatic build and version updates when using Travis-CI and Gradle, to build our App. The build.gradle script to do this, is described HERE, and lastest version can be found HERE. This would obviously require a few modifications in the RegEx as our build string is different, including changing the correct min/max of the supported API. (min=API-17, max=?)

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="com.SecUpwN.AIMSICD"
        android:versionCode="24"
        android:versionName="0.1.24-alpha-build-12">

The link above also provide a way to implement automatic APK signing, using a signing.properties file.

And HERE is a way to automatically name the built APK.

Assignee
Assign to
Time tracking