Skip to content

Commit

Permalink
update library
Browse files Browse the repository at this point in the history
  • Loading branch information
ojhdt committed Feb 9, 2022
1 parent 656cfc6 commit e504bb6
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@ static def getSelfDefinedVersion(type) {
}

dependencies {
def fragment_version = "1.4.0"
def fragment_version = "1.4.1"
def lifecycle_version = "2.4.0"
def nav_version = "2.4.0-rc01"
def room_version = "2.4.0"
def nav_version = "2.5.0-alpha01"
def room_version = "2.4.1"
def retrofit_version = "2.9.0"
def glide_version = "4.12.0"
def paging_version = "3.1.0"
def work_version = "2.7.1"

// Chrome Custom Tab
implementation "androidx.browser:browser:1.3.0"
implementation "androidx.browser:browser:1.4.0"

// Play Services
implementation 'com.google.android.gms:play-services-awareness:19.0.1'
Expand Down Expand Up @@ -130,8 +130,8 @@ dependencies {
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'com.google.android.material:material:1.6.0-alpha01'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
implementation 'com.google.android.material:material:1.6.0-alpha02'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1010287,
"versionName": "1.1.287.220121.917c6d5",
"versionCode": 1020319,
"versionName": "1.2.319.220208.2f1294b",
"outputFile": "app-release.apk"
}
],
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/java/com/ojhdtapp/action/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import android.os.Build
import androidx.appcompat.app.AppCompatActivity
import android.os.Bundle
import android.os.IBinder
import android.util.Log
import androidx.activity.viewModels
import androidx.annotation.RequiresApi
import androidx.core.animation.doOnEnd
Expand Down Expand Up @@ -41,6 +42,9 @@ class MainActivity : AppCompatActivity(),
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
binding = ActivityMainBinding.inflate(layoutInflater)
Log.d("aaa", "water" + R.drawable.ic_outline_water_drop_24.toString())
Log.d("aaa", "ele" + R.drawable.ic_outline_bolt_24.toString())
Log.d("aaa", "tree" + R.drawable.ic_outline_forest_24.toString())

// Apply Dynamic Colors
// if (sharedPreference.getBoolean("dynamic_color", DynamicColors.isDynamicColorAvailable())) {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/about_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
android:scaleType="centerCrop"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@android:drawable/sym_def_app_icon" />
app:srcCompat="@mipmap/ic_launcher_foreground" />

<TextView
android:id="@+id/appName"
Expand Down
Binary file added icon_release.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e504bb6

Please sign in to comment.