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.
1 parent 5325cc0 commit 7dc2ca0Copy full SHA for 7dc2ca0
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