File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
7171dependencies {
72- implementation 'com.viliussutkus89:tmpfile-android:3.0.4 '
72+ implementation 'com.viliussutkus89:tmpfile-android:3.0.5 '
7373}
7474```
7575
Original file line number Diff line number Diff 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
2828dependencies {
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
You can’t perform that action at this time.
0 commit comments