Skip to content

Setting up your project build.gradle

Jahir Fiquitiva edited this page Mar 18, 2020 · 2 revisions

Open the file buildSrc/src/main/java/MyApp.kt.

    const val appId = "dev.jahir.kuper.app"
    const val version = 200
    const val versionName = "2.0.0"

Change appId in this file in order to change your app's package name. To do this, simply change "dev.jahir.kuper.app" to your own package name eg. "your.package.name"

Additionally change the version and versionName to match your app version