File tree 5 files changed +10
-7
lines changed
firestore/android/FirestoreSnippetsCpp
5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,16 @@ apply plugin: 'com.google.gms.google-services'
9
9
def firebase_cpp_sdk_dir = " ${ project.projectDir} /../../binary/firebase_cpp_sdk"
10
10
11
11
android {
12
- compileSdkVersion 29
12
+ compileSdkVersion 31
13
13
buildToolsVersion " 30.0.2"
14
14
compileOptions {
15
15
sourceCompatibility JavaVersion . VERSION_1_8
16
16
targetCompatibility JavaVersion . VERSION_1_8
17
17
}
18
18
defaultConfig {
19
19
applicationId " com.firebase.firestoresnippetscpp"
20
- minSdkVersion 16
21
- targetSdkVersion 29
20
+ minSdkVersion 20
21
+ targetSdkVersion 31
22
22
multiDexEnabled true
23
23
versionCode 1
24
24
versionName " 1.0"
Original file line number Diff line number Diff line change 10
10
android : supportsRtl =" true"
11
11
android : theme =" @style/AppTheme"
12
12
android : name =" androidx.multidex.MultiDexApplication" >
13
- <activity android : name =" .MainActivity" >
13
+ <activity android : name =" .MainActivity"
14
+ android : exported =" true" >
14
15
<intent-filter >
15
16
<action android : name =" android.intent.action.MAIN" />
16
17
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
buildscript {
4
- ext. kotlin_version = ' 1.3.50 '
4
+ ext. kotlin_version = ' 1.7.10 '
5
5
repositories {
6
6
google()
7
7
mavenCentral()
Original file line number Diff line number Diff line change @@ -21,3 +21,6 @@ android.enableJetifier=true
21
21
kotlin.code.style =official
22
22
# Firebase cpp SDK location
23
23
systemProp.firebase_cpp_sdk.dir =../binary/firebase_cpp_sdk
24
+
25
+
26
+ org.gradle.warning.mode =all
Original file line number Diff line number Diff line change 1
- # Mon Feb 03 15:00:49 PST 2020
2
1
distributionBase =GRADLE_USER_HOME
3
2
distributionPath =wrapper/dists
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6-bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
You can’t perform that action at this time.
0 commit comments