diff --git a/Bitcoin.iml b/Bitcoin.iml index 16dfcd12..57a744a5 100644 --- a/Bitcoin.iml +++ b/Bitcoin.iml @@ -1,5 +1,5 @@ - + @@ -8,4 +8,12 @@ + + + + + + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index c6946048..b8a7cbe4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,13 +6,13 @@ task wrapper(type: Wrapper) { } android { - compileSdkVersion 30 + compileSdkVersion 33 buildToolsVersion '34.0.0' defaultConfig { testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' applicationId 'com.btcontract.wallet' - targetSdkVersion 30 + targetSdkVersion 33 minSdkVersion 21 versionName '2.5.8'