Recent

Author Topic: Bug in Gradle Project  (Read 2916 times)

ADiV

  • Jr. Member
  • **
  • Posts: 90
    • ADiV Software
Bug in Gradle Project
« on: August 18, 2018, 12:05:09 pm »
If you change "Version -> Code" and save the project it is not changed in "build.gradle":
Code: Java  [Select][+][-]
  1.     compileSdkVersion 28
  2.     buildToolsVersion "28.0.0"
  3.     defaultConfig {
  4.             minSdkVersion 14
  5.             targetSdkVersion 26
  6.             versionCode 1
  7.             versionName "1.0"
  8.     }

 

TinyPortal © 2005-2018