In (Root) build.gradle Gradle Version is 3.1.3.
(Root) build.gradle
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
In project-structure the Gradle version is 4.4
Project-Structure
Gradle version 4.4
In Gradle-wrapper-properties distributionUrl's, the Gradle version is 4.4
Gradle-Wrapper-Properties
#Tue Jul 17 17:49:20 KST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
But I can build and I can run the application in the smartphone.
What is the real Gradle version?