gradle

  1. Lucas Siqueira

    Android Question Gradle Dependencies Online https://maven.sumup.com/releases

    I'm trying to integrate with the sumup solo machine. in the documentation (https://github.com/sumup/sumup-android-sdk/tree/master) talks about dependencies: 1. Dependency Add the repository to your gradle dependencies: allprojects { repositories { maven { url...
  2. sadeq.hitex

    Android Question B4a bundle supports gradle features ?

    Language change is working before uploading to Google Play Store (xml method values-en, values-fr, .......) but not after uploading to play store (in aab , not for apk). in stackoverflow said ,use `enableSplit = false` to resolve this problem android { //... removed for brevity bundle {...
  3. P

    Android Question Amazon Appstore: Invalid apk

    Hello. I've been trying to upload my app on the amazon appstore but it returns "Invalid APK" I read on their forums that maybe your apk is missing Version Code and Version Name attribute. Try adding #VersionName and #VersionCode in the build.gradle file. OK, but how do i add them when i'm not...
Top