Skip to content

Commit e86666a

Browse files
ViliusSutkus89github-actions[bot]
authored andcommitted
Update README.md and sample app to match versions with to be released library version (3.0.5)
1 parent 7815255 commit e86666a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Prefab support requires Android Gradle Plugin 4 or newer.
6969
[project level build.gradle](sampleapp/app/build.gradle) contains code to load the library as a dependency in Gradle.
7070
```gradle
7171
dependencies {
72-
implementation 'com.viliussutkus89:tmpfile-android:3.0.4'
72+
implementation 'com.viliussutkus89:tmpfile-android:3.0.5'
7373
}
7474
```
7575

sampleapp/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.viliussutkus89.tmpfile.sampleapp"
99
minSdkVersion 16
1010
targetSdkVersion 32
11-
versionCode 19
12-
versionName '3.0.4'
11+
versionCode 20
12+
versionName '3.0.5.0'
1313
}
1414
ndkVersion "23.1.7779620"
1515
externalNativeBuild.cmake.path "src/main/cpp/CMakeLists.txt"
@@ -26,7 +26,7 @@ android {
2626
}
2727

2828
dependencies {
29-
implementation 'com.viliussutkus89:tmpfile-android:3.0.4'
29+
implementation 'com.viliussutkus89:tmpfile-android:3.0.5'
3030
implementation 'androidx.appcompat:appcompat:1.4.1'
3131
}
3232

0 commit comments

Comments
 (0)