File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
88 applicationId " com.termux.tasker"
99 minSdkVersion 21
1010 targetSdkVersion 25
11- versionCode 1
12- versionName " 0.1 "
11+ versionCode 2
12+ versionName " 0.2 "
1313 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
1414 }
1515
@@ -23,7 +23,7 @@ android {
2323}
2424
2525dependencies {
26- compile ' com.android.support:design:25.1.0 '
26+ compile ' com.android.support:design:25.3.1 '
2727
2828 androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
2929 exclude group : ' com.android.support' , module : ' support-annotations'
Original file line number Diff line number Diff line change 1- # Sun Jul 09 20:58:16 CEST 2017
21distributionBase =GRADLE_USER_HOME
32distributionPath =wrapper/dists
43zipStoreBase =GRADLE_USER_HOME
54zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.0. 1-bin.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.1-bin.zip
You can’t perform that action at this time.
0 commit comments