Skip to content

Commit

Permalink
Updated build tools
Browse files Browse the repository at this point in the history
Build tools 28.0.3
Gradle plugin 3.2.0
Gradle 4.6
  • Loading branch information
yeriomin committed Oct 8, 2018
1 parent 8d17244 commit 4f83939
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 28
buildToolsVersion '28.0.2'
buildToolsVersion '28.0.3'

def getVersionName = { ->
def stdout = new ByteArrayOutputStream()
Expand Down
Expand Up @@ -22,7 +22,6 @@
import android.app.Fragment;
import android.os.Bundle;
import android.preference.Preference;
import android.support.annotation.Nullable;

import com.github.yeriomin.yalpstore.fragment.preference.PreferenceFragment;

Expand All @@ -31,7 +30,7 @@ public class PreferenceActivity extends YalpStoreActivity {
private PreferenceFragment fragment;

@Override
protected void onCreate(@Nullable Bundle savedInstanceState) {
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.preferences_layout);
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.android.tools.build:gradle:3.2.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1 +1 @@
android.enableAapt2=false
android.enableAapt2=false
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Fri Mar 30 19:49:12 MSK 2018
#Thu Oct 04 21:55:13 MSK 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
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

0 comments on commit 4f83939

Please sign in to comment.