File tree 3 files changed +3
-2
lines changed
app/src/main/java/com/smarttoolfactory/bubblelayout
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import android.os.Bundle
5
5
import androidx.appcompat.app.AppCompatActivity
6
6
7
7
class MainActivity : AppCompatActivity () {
8
+
8
9
override fun onCreate (savedInstanceState : Bundle ? ) {
9
10
super .onCreate(savedInstanceState)
10
11
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
mavenCentral()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:7.0.0-alpha14 '
8
+ classpath ' com.android.tools.build:gradle:7.0.4 '
9
9
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.30"
10
10
11
11
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 1
1
# Fri Mar 05 22:55:23 TRT 2021
2
2
distributionBase =GRADLE_USER_HOME
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0-rc-1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.2 -bin.zip
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments