Skip to content

Commit 87961a0

Browse files
committed
updated version numbers
1 parent 240eb61 commit 87961a0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For demonstration and experimentation, an apk of the sample project can be downl
1919
The Gradle dependency is available through jCenter, which is used by default in Android Studio. To add the dependency to your project, copy this line into the dependencies section of your app's build.gradle file.
2020

2121
```gradle
22-
implementation 'me.jfenn:attribouter:0.0.8'
22+
implementation 'me.jfenn:attribouter:0.1.0'
2323
```
2424

2525
#### Starting an Activity

attribouter/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
33
ext {
44
PUBLISH_GROUP_ID = 'me.jfenn'
55
PUBLISH_ARTIFACT_ID = 'attribouter'
6-
PUBLISH_VERSION = '0.0.8'
6+
PUBLISH_VERSION = '0.1.0'
77
}
88

99
android {
@@ -12,8 +12,8 @@ android {
1212
defaultConfig {
1313
minSdkVersion 15
1414
targetSdkVersion 27
15-
versionCode 8
16-
versionName "0.0.8"
15+
versionCode 9
16+
versionName "0.1.0"
1717

1818
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1919
vectorDrawables.useSupportLibrary = true
@@ -34,7 +34,7 @@ dependencies {
3434
implementation 'com.android.support:design:27.1.1'
3535
implementation 'com.android.support:customtabs:27.1.1'
3636
implementation 'com.google.code.gson:gson:2.8.4'
37-
implementation 'com.google.android:flexbox:0.3.2'
37+
implementation 'com.google.android:flexbox:1.0.0'
3838
implementation 'com.github.bumptech.glide:glide:4.7.1'
3939
annotationProcessor 'com.github.bumptech.glide:compiler:4.7.1'
4040
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
jcenter()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.1.2'
10+
classpath 'com.android.tools.build:gradle:3.1.4'
1111

1212

1313
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)