We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5325cc0 + 7dc2ca0 commit ab1f455Copy full SHA for ab1f455
app/build.gradle.kts
@@ -6,12 +6,12 @@ plugins {
6
7
android {
8
namespace = "com.fastcomments"
9
- compileSdk = 34
+ compileSdk = 35
10
11
defaultConfig {
12
applicationId = "com.fastcomments"
13
minSdk = 26
14
- targetSdk = 34
+ targetSdk = 35
15
versionCode = 1
16
versionName = "1.0"
17
libraries/sdk/build.gradle.kts
@@ -6,11 +6,11 @@ plugins {
namespace = "com.fastcomments.sdk"
resourcePrefix = "fastcomments_"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
0 commit comments