diff --git a/README.md b/README.md index 7638454..c572107 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add this dependency to your project: com.attestr attestr-flowx - 0.3.1 + 0.4.0 ``` @@ -23,7 +23,7 @@ Add this dependency to your project: Add this dependency to your project's build file: ```groovy -implementation "com.attestr:attestr-flowx:0.3.1" +implementation "com.attestr:attestr-flowx:0.4.0" ``` ## Usage diff --git a/app/build.gradle b/app/build.gradle index a56faca..7c19133 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,7 +30,7 @@ android { jvmTarget = '1.8' } buildFeatures { - viewBinding = true + viewBinding true } } @@ -38,5 +38,5 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.4.0' implementation 'com.google.android.material:material:1.4.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.2' - implementation "com.attestr:attestr-flowx:0.3.1" + implementation "com.attestr:attestr-flowx:0.4.0" } \ No newline at end of file