Skip to content

Commit bc256b2

Browse files
committed
Bump version to 0.2
1 parent 8ea25bd commit bc256b2

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2525
dependencies {
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'

gradle/wrapper/gradle-wrapper.jar

-4 Bytes
Binary file not shown.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Sun Jul 09 20:58:16 CEST 2017
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
43
zipStoreBase=GRADLE_USER_HOME
54
zipStorePath=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

0 commit comments

Comments
 (0)