Skip to content

Commit 5eaaf3e

Browse files
committed
3번째 릴리즈
1 parent d45c835 commit 5eaaf3e

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
applicationId "com.seok.gfd"
1818
minSdkVersion 21
1919
targetSdkVersion 28
20-
versionCode 4
21-
versionName "0.6.2"
20+
versionCode 5
21+
versionName "1.10.3"
2222
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2323
}
2424
buildTypes {

app/release/output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":4,"versionName":"0.6.2","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
1+
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":5,"versionName":"1.10.3","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]

app/src/main/java/com/seok/gfd/views/MainFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class MainFragment : Fragment() {
5959

6060
MobileAds.initialize(
6161
this.activity!!.application,
62-
getString(R.string.banner_ad_unit_id_for_test)
62+
getString(R.string.admob_app_id)
6363
)
6464
val adRequest = AdRequest.Builder().build()
6565
adView.loadAd(adRequest)

app/src/main/res/layout/fragment_main.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
android:layout_width="match_parent"
1717
android:layout_height="wrap_content"
1818
app:adSize="BANNER"
19-
app:adUnitId="@string/banner_ad_unit_id_for_test"
19+
app:adUnitId="@string/banner_ad_unit_id"
2020
app:layout_constraintBottom_toBottomOf="parent"
2121
app:layout_constraintEnd_toEndOf="parent"
2222
app:layout_constraintStart_toStartOf="parent" />

app/src/main/res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
<string name="github_get_access_token_url">"https://github.com/login/oauth/"</string>
4545

4646
<!-- AdMob key -->
47-
<string name="admob_app_id">ca-app-pub-2766237193476584~8461542866</string>
48-
<string name="banner_ad_unit_id">ca-app-pub-2766237193476584/5575239666</string>
47+
<string name="admob_app_id">ca-app-pub-2766237193476584~2069127933</string>
48+
<string name="banner_ad_unit_id">ca-app-pub-2766237193476584/5214166022</string>
4949
<string name="banner_ad_unit_id_for_test">ca-app-pub-3940256099942544/6300978111</string>
5050

5151
<!-- TODO: Remove or change this placeholder text -->

0 commit comments

Comments
 (0)